mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Some OK-style comments had to be moved to the following line, shifting line numbers. In selected range also included the comments themselves. Lastly, the result sets were reordered by the CLI in some cases.
10 lines
929 B
Plaintext
10 lines
929 B
Plaintext
| test.js:5:7:5:7 | i | Variable i is used like a local variable, but is missing a declaration. |
|
|
| test.js:12:7:12:7 | i | Variable i is used like a local variable, but is missing a declaration. |
|
|
| test.js:20:2:20:2 | y | Variable y is used like a local variable, but is missing a declaration. |
|
|
| test.js:50:10:50:10 | z | Variable z is used like a local variable, but is missing a declaration. |
|
|
| test.js:55:6:55:6 | y | Variable y is used like a local variable, but is missing a declaration. |
|
|
| test.js:60:2:60:2 | z | Variable z is used like a local variable, but is missing a declaration. |
|
|
| test.js:66:9:66:20 | unresolvable | Variable unresolvable is used like a local variable, but is missing a declaration. |
|
|
| tst3.js:7:10:7:10 | x | Variable x is used like a local variable, but is missing a declaration. |
|
|
| tst3.js:7:16:7:19 | rest | Variable rest is used like a local variable, but is missing a declaration. |
|