Skip to content

Commit fdeac95

Browse files
committed
Use code-quality-selectors in Python suite
1 parent d56c522 commit fdeac95

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
ql/python/ql/src/Functions/NonCls.ql
22
ql/python/ql/src/Functions/NonSelf.ql
3+
ql/python/ql/src/Functions/ReturnConsistentTupleSizes.ql
34
ql/python/ql/src/Functions/SignatureSpecialMethods.ql
45
ql/python/ql/src/Resources/FileNotAlwaysClosed.ql
6+
ql/python/ql/src/Variables/LoopVariableCapture/LoopVariableCapture.ql

python/ql/src/Functions/NonCls.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @tags maintainability
66
* readability
77
* convention
8+
* quality
89
* @problem.severity recommendation
910
* @sub-severity high
1011
* @precision high

python/ql/src/Functions/NonSelf.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @tags maintainability
66
* readability
77
* convention
8+
* quality
89
* @problem.severity recommendation
910
* @sub-severity high
1011
* @precision very-high
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
- queries: .
2-
- include:
3-
id:
4-
- py/not-named-self
5-
- py/not-named-cls
6-
- py/file-not-closed
7-
- py/special-method-wrong-signature
2+
- apply: code-quality-selectors.yml
3+
from: codeql/suite-helpers

0 commit comments

Comments
 (0)