mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
3 lines
252 B
Plaintext
3 lines
252 B
Plaintext
| statements_test.py:63:1:63:19 | For | This 'for' statement has a redundant 'else' as no 'break' is present in the body. |
|
|
| statements_test.py:68:1:68:13 | While | This 'while' statement has a redundant 'else' as no 'break' is present in the body. |
|