mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
4 lines
371 B
Plaintext
4 lines
371 B
Plaintext
| tst.js:2:1:2:13 | /* global x*/ | JSLint directives must not have whitespace characters before the directive name. |
|
|
| tst.js:3:1:3:18 | /* global x,y: z*/ | JSLint directives must not have whitespace characters before the directive name. |
|
|
| tst.js:16:1:98:2 | /* glob ... rue,\\n*/ | JSLint directives must not have whitespace characters before the directive name. |
|