Allow comments preceded by INTERNAL

This commit is contained in:
Joe Farebrother
2021-10-14 11:15:41 +01:00
parent fd3c53da9b
commit 0f71066aaa

View File

@@ -16,7 +16,7 @@ predicate badStyle(string s) {
.replaceAll("*", "")
.splitAt("\n")
.trim()
.matches(["A %", "An %", "The %"])
.matches(["A %", "An %", "The %", "INTERNAL"])
}
from Class c