mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Added .gitattributes files for the two directories where we intentionally have line endings other than LF
29 lines
794 B
JavaScript
29 lines
794 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
|