mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
3 lines
233 B
Plaintext
3 lines
233 B
Plaintext
| 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. |
|