Skip to content

Commit f41276c

Browse files
committed
Python: Enable implicit this warnings for remaining packs
1 parent 56a5a57 commit f41276c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

python/downgrades/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name: codeql/python-downgrades
22
groups: python
33
downgrades: .
44
library: true
5+
warnOnImplicitThis: true

python/ql/consistency-queries/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ groups: [python, test, consistency-queries]
33
dependencies:
44
codeql/python-all: ${workspace}
55
extractor: python
6+
warnOnImplicitThis: true

python/ql/examples/qlpack.yml

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

python/tools/recorded-call-graph-metrics/ql/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: 0.0.1
33
extractor: python
44
dependencies:
55
codeql/python-all: '*'
6+
warnOnImplicitThis: true

0 commit comments

Comments
 (0)