Skip to content

Commit 91b8ef6

Browse files
authored
Merge pull request github#13580 from kaspersv/kaspersv/python-remaining-implicit-this
Python: Enable implicit this warnings for remaining packs
2 parents 4adecf0 + f41276c commit 91b8ef6

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)