mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
QL tests for Python queries and libraries.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
| performance.py:6:9:6:20 | AugAssign | String concatenation in a loop is quadratic in the number of iterations. |
|
||||
| performance.py:12:9:12:29 | AssignStmt | String concatenation in a loop is quadratic in the number of iterations. |
|
||||
Reference in New Issue
Block a user