Files
codeql/cpp/ql/test/query-tests/Best Practices/SloppyGlobal/SloppyGlobal.expected
2018-08-02 17:53:23 +01:00

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). |