Enable implicit this warnings for shared packs

This commit is contained in:
Kasper Svendsen
2023-05-16 08:45:52 +02:00
parent 167a5723b4
commit bfb098c3d6
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