mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
AlertSuppression: add more tests
This commit is contained in:
@@ -36,3 +36,11 @@ class Test {} // lgtm
|
||||
/* lgtm[@tag:nullness,java/confusing-method-name] */
|
||||
/* lgtm[@tag:nullness] */
|
||||
/** 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 Foo {} // codeql[js/debugger-statement]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user