mirror of
https://github.com/github/codeql.git
synced 2026-02-09 03:31:06 +01:00
Allow comments preceded by INTERNAL
This commit is contained in:
@@ -16,7 +16,7 @@ predicate badStyle(string s) {
|
||||
.replaceAll("*", "")
|
||||
.splitAt("\n")
|
||||
.trim()
|
||||
.matches(["A %", "An %", "The %"])
|
||||
.matches(["A %", "An %", "The %", "INTERNAL"])
|
||||
}
|
||||
|
||||
from Class c
|
||||
|
||||
Reference in New Issue
Block a user