File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
integration-tests/query-suite Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11ql/python/ql/src/Functions/NonCls.ql
22ql/python/ql/src/Functions/NonSelf.ql
3+ ql/python/ql/src/Functions/ReturnConsistentTupleSizes.ql
34ql/python/ql/src/Functions/SignatureSpecialMethods.ql
45ql/python/ql/src/Resources/FileNotAlwaysClosed.ql
6+ ql/python/ql/src/Variables/LoopVariableCapture/LoopVariableCapture.ql
Original file line number Diff line number Diff line change 55 * @tags maintainability
66 * readability
77 * convention
8+ * quality
89 * @problem.severity recommendation
910 * @sub-severity high
1011 * @precision high
Original file line number Diff line number Diff line change 55 * @tags maintainability
66 * readability
77 * convention
8+ * quality
89 * @problem.severity recommendation
910 * @sub-severity high
1011 * @precision very-high
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments