mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
37 lines
965 B
C#
37 lines
965 B
C#
class Dead { } // lgtm
|
|
// lgtm[cs/unused-reftype]
|
|
// lgtm[cs/unused-reftype, cs/unused-field]
|
|
// lgtm[@tag:nullness]
|
|
// lgtm[@tag:useless-code,cs/unused-reftype]
|
|
// lgtm[@expires:2017-06-11]
|
|
// lgtm[cs/unused-reftype] because I know better than lgtm
|
|
// lgtm: blah blah
|
|
// lgtm blah blah #falsepositive
|
|
//lgtm [cs/unused-reftype]
|
|
/* lgtm */
|
|
// lgtm[]
|
|
// lgtmfoo
|
|
//lgtm
|
|
// lgtm
|
|
// lgtm [cs/unused-reftype]
|
|
// foolgtm[cs/unused-reftype]
|
|
// foolgtm
|
|
// foo; lgtm
|
|
// foo; lgtm[cs/unused-reftype]
|
|
// foo lgtm
|
|
// foo lgtm[cs/unused-reftype]
|
|
// foo lgtm bar
|
|
// foo lgtm[cs/unused-reftype] bar
|
|
// LGTM!
|
|
// LGTM[cs/unused-reftype]
|
|
// lgtm[cs/unused-reftype] and lgtm[cs/unused-field]
|
|
// lgtm[cs/unused-reftype]; lgtm
|
|
// codeql[js/debugger-statement]
|
|
// CODEQL[js/debugger-statement]
|
|
// codeql[js/debugger-statement] -- because I know better than codeql
|
|
/* codeql[js/debugger-statement] */
|
|
/* codeql[js/debugger-statement]
|
|
*/
|
|
class End { } // codeql[js/debugger-statement]
|
|
|