mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
3 lines
276 B
Plaintext
3 lines
276 B
Plaintext
| main.cpp:3:5:3:5 | x | Poor global variable name 'x'. Prefer longer, descriptive names for globals (eg. kMyGlobalConstant, not foo). |
|
|
| main.cpp:4:5:4:6 | ys | Poor global variable name 'ys'. Prefer longer, descriptive names for globals (eg. kMyGlobalConstant, not foo). |
|