Skip to content

Commit 843640c

Browse files
authored
Merge pull request github#13173 from kaspersv/kaspersv/enable-implicit-this-warnings-shared-packs
Enable implicit this warnings for shared packs
2 parents ac1df4d + bfb098c commit 843640c

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

shared/regex/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: 0.0.13-dev
33
groups: shared
44
library: true
55
dependencies:
6+
warnOnImplicitThis: true

shared/ssa/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name: codeql/ssa
22
version: 0.0.17-dev
33
groups: shared
44
library: true
5+
warnOnImplicitThis: true

shared/tutorial/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ description: Library for the CodeQL detective tutorials, helping new users learn
33
version: 0.0.10-dev
44
groups: shared
55
library: true
6+
warnOnImplicitThis: true

shared/typetracking/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ groups: shared
44
library: true
55
dependencies:
66
codeql/util: ${workspace}
7+
warnOnImplicitThis: true

shared/typos/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name: codeql/typos
22
version: 0.0.17-dev
33
groups: shared
44
library: true
5+
warnOnImplicitThis: true

shared/util/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: 0.0.10-dev
33
groups: shared
44
library: true
55
dependencies:
6+
warnOnImplicitThis: true

shared/yaml/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name: codeql/yaml
22
version: 0.0.2-dev
33
groups: shared
44
library: true
5+
warnOnImplicitThis: true

0 commit comments

Comments
 (0)