mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
QL: add "modelled/modeled" to the ql/non-us-spelling query
This commit is contained in:
@@ -5,7 +5,7 @@ predicate non_us_word(string wrong, string right) {
|
||||
s =
|
||||
[
|
||||
"colour/color", "authorise/authorize", "analyse/analyze", "behaviour/behavior",
|
||||
"modelling/modeling"
|
||||
"modelling/modeling", "modelled/modeled"
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user