Misc: Enable implicit this warnings for remaining packs

This commit is contained in:
Kasper Svendsen
2023-06-27 13:03:11 +02:00
parent 8cf66d22f0
commit 9202708719
6 changed files with 6 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ version: 0.0.0
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
libraryPathDependencies:
- codeql/cpp-all
warnOnImplicitThis: true

View File

@@ -3,3 +3,4 @@ version: 0.0.0
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
libraryPathDependencies:
- codeql/csharp-all
warnOnImplicitThis: true

View File

@@ -3,3 +3,4 @@ version: 0.0.0
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
libraryPathDependencies:
- codeql/java-all
warnOnImplicitThis: true

View File

@@ -3,3 +3,4 @@ version: 0.0.0
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
libraryPathDependencies:
- codeql-javascript
warnOnImplicitThis: true

View File

@@ -3,3 +3,4 @@ version: 0.0.0
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
libraryPathDependencies:
- codeql/python-all
warnOnImplicitThis: true

View File

@@ -1,3 +1,4 @@
name: codeql/suite-helpers
version: 0.5.4-dev
groups: shared
warnOnImplicitThis: true