mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Also allow deprecated headers
This commit is contained in:
@@ -16,7 +16,7 @@ predicate badStyle(string s) {
|
||||
.replaceAll("*", "")
|
||||
.splitAt("\n")
|
||||
.trim()
|
||||
.matches(["A %", "An %", "The %", "INTERNAL"])
|
||||
.matches(["A %", "An %", "The %", "INTERNAL%", "DEPRECATED%"])
|
||||
}
|
||||
|
||||
from Class c
|
||||
|
||||
Reference in New Issue
Block a user