Java: allow single-line /* ... */ comments for alert suppression

This commit is contained in:
yo-h
2020-01-08 09:19:25 -05:00
parent 3072e9c7da
commit 1078424f79
5 changed files with 40 additions and 1 deletions

View File

@@ -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[] */