Merge pull request #13173 from kaspersv/kaspersv/enable-implicit-this-warnings-shared-packs

Enable implicit this warnings for shared packs
This commit is contained in:
Kasper Svendsen
2023-05-16 10:50:28 +02:00
committed by GitHub
7 changed files with 7 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ version: 0.0.13-dev
groups: shared
library: true
dependencies:
warnOnImplicitThis: true

View File

@@ -2,3 +2,4 @@ name: codeql/ssa
version: 0.0.17-dev
groups: shared
library: true
warnOnImplicitThis: true

View File

@@ -3,3 +3,4 @@ description: Library for the CodeQL detective tutorials, helping new users learn
version: 0.0.10-dev
groups: shared
library: true
warnOnImplicitThis: true

View File

@@ -4,3 +4,4 @@ groups: shared
library: true
dependencies:
codeql/util: ${workspace}
warnOnImplicitThis: true

View File

@@ -2,3 +2,4 @@ name: codeql/typos
version: 0.0.17-dev
groups: shared
library: true
warnOnImplicitThis: true

View File

@@ -3,3 +3,4 @@ version: 0.0.10-dev
groups: shared
library: true
dependencies:
warnOnImplicitThis: true

View File

@@ -2,3 +2,4 @@ name: codeql/yaml
version: 0.0.2-dev
groups: shared
library: true
warnOnImplicitThis: true