mirror of
https://github.com/github/codeql.git
synced 2026-07-16 00:38:15 +02:00
11 lines
1.3 KiB
Plaintext
11 lines
1.3 KiB
Plaintext
#select
|
|
| export.js:5:8:5:17 | var x = 42 | Avoid automated semicolon insertion (95% of all statements in $@ have an explicit semicolon). | export.js:1:1:29:0 | <toplevel> | the enclosing script |
|
|
| jscript.js:3:1:3:36 | window. ... ad() {} | Avoid automated semicolon insertion (95% of all statements in $@ have an explicit semicolon). | jscript.js:1:1:26:0 | <toplevel> | the enclosing script |
|
|
| tst.js:5:1:5:3 | var a = ... : 2\\n } | Avoid automated semicolon insertion (91% of all statements in $@ have an explicit semicolon). | tst.js:1:1:42:1 | functio ... oo();\\n} | the enclosing function |
|
|
| tst.js:7:3:7:10 | return 1 | Avoid automated semicolon insertion (91% of all statements in $@ have an explicit semicolon). | tst.js:1:1:42:1 | functio ... oo();\\n} | the enclosing function |
|
|
testFailures
|
|
| export.js:5:8:5:17 | Avoid automated semicolon insertion (95% of all statements in $@ have an explicit semicolon). | Unexpected result: Alert |
|
|
| jscript.js:3:1:3:36 | Avoid automated semicolon insertion (95% of all statements in $@ have an explicit semicolon). | Unexpected result: Alert |
|
|
| tst.js:2:13:2:22 | // $ Alert | Missing result: Alert |
|
|
| tst.js:5:1:5:3 | Avoid automated semicolon insertion (91% of all statements in $@ have an explicit semicolon). | Unexpected result: Alert |
|