Also allow deprecated headers

This commit is contained in:
Joe Farebrother
2021-10-14 11:35:25 +01:00
parent 0f71066aaa
commit b4a05804fa

View File

@@ -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