mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
38 lines
954 B
JavaScript
38 lines
954 B
JavaScript
debugger; // lgtm
|
|
// lgtm[js/debugger-statement]
|
|
// lgtm[js/debugger-statement, js/invocation-of-non-function]
|
|
// lgtm[@tag:nullness]
|
|
// lgtm[@tag:nullness,js/debugger-statement]
|
|
// lgtm[@expires:2017-06-11]
|
|
// lgtm[js/invocation-of-non-function] because I know better than lgtm
|
|
// lgtm: blah blah
|
|
// lgtm blah blah #falsepositive
|
|
//lgtm [js/invocation-of-non-function]
|
|
/* lgtm */
|
|
// lgtm[]
|
|
// lgtmfoo
|
|
//lgtm
|
|
// lgtm
|
|
// lgtm [js/debugger-statement]
|
|
// foolgtm[js/debugger-statement]
|
|
// foolgtm
|
|
// foo; lgtm
|
|
// foo; lgtm[js/debugger-statement]
|
|
// foo lgtm
|
|
// foo lgtm[js/debugger-statement]
|
|
// foo lgtm bar
|
|
// foo lgtm[js/debugger-statement] bar
|
|
// LGTM!
|
|
// LGTM[js/debugger-statement]
|
|
// lgtm[js/debugger-statement] and lgtm[js/invocation-of-non-function]
|
|
// lgtm[js/debugger-statement]; lgtm
|
|
/* lgtm[] */
|
|
/* lgtm[js/invocation-of-non-function] */
|
|
/* lgtm
|
|
*/
|
|
/* lgtm
|
|
|
|
*/
|
|
/* lgtm[@tag:nullness,js/invocation-of-non-function] */
|
|
/* lgtm[@tag:nullness] */
|