mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Java: allow single-line /* ... */ comments for alert suppression
This commit is contained in:
@@ -26,3 +26,13 @@ class TestWindows {} // lgtm
|
||||
// LGTM[java/confusing-method-name]
|
||||
//lgtm[java/confusing-method-name] and lgtm[java/non-short-circuit-evaluation]
|
||||
//lgtm[java/confusing-method-name]; lgtm
|
||||
/* lgtm[] */
|
||||
/* lgtm[java/confusing-method-name] */
|
||||
/* lgtm
|
||||
*/
|
||||
/* lgtm
|
||||
|
||||
*/
|
||||
/* lgtm[@tag:nullness,java/confusing-method-name] */
|
||||
/* lgtm[@tag:nullness] */
|
||||
/** lgtm[] */
|
||||
|
||||
Reference in New Issue
Block a user