Skip to content

Commit 94e0a98

Browse files
authored
Merge pull request github#13584 from kaspersv/kaspersv/misc-remaining-implicit-this
Misc: Enable implicit this warnings for remaining packs
2 parents 9057f3e + 9202708 commit 94e0a98

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

misc/legacy-support/cpp/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: 0.0.0
33
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
44
libraryPathDependencies:
55
- codeql/cpp-all
6+
warnOnImplicitThis: true

misc/legacy-support/csharp/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: 0.0.0
33
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
44
libraryPathDependencies:
55
- codeql/csharp-all
6+
warnOnImplicitThis: true

misc/legacy-support/java/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: 0.0.0
33
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
44
libraryPathDependencies:
55
- codeql/java-all
6+
warnOnImplicitThis: true

misc/legacy-support/javascript/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: 0.0.0
33
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
44
libraryPathDependencies:
55
- codeql-javascript
6+
warnOnImplicitThis: true

misc/legacy-support/python/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: 0.0.0
33
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
44
libraryPathDependencies:
55
- codeql/python-all
6+
warnOnImplicitThis: true

misc/suite-helpers/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: codeql/suite-helpers
22
version: 0.5.4-dev
33
groups: shared
4+
warnOnImplicitThis: true

0 commit comments

Comments
 (0)