Skip to content

Commit 2f55969

Browse files
committed
QL: add "modelling/modeling" to ql/non-us-spelling
1 parent f18492e commit 2f55969

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ql/ql/src/queries/style/docs/NonUSSpelling.ql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ predicate non_us_word(string wrong, string right) {
1414
exists(string s |
1515
wrong = s.splitAt("/", 0) and
1616
right = s.splitAt("/", 1) and
17-
s = ["colour/color", "authorise/authorize", "analyse/analyze", "behaviour/behavior"]
17+
s =
18+
[
19+
"colour/color", "authorise/authorize", "analyse/analyze", "behaviour/behavior",
20+
"modelling/modeling"
21+
]
1822
)
1923
}
2024

0 commit comments

Comments
 (0)