repochecker/grammalecte: Add "root" as globally allowed word
This commit is contained in:
parent
a4701af619
commit
070684d618
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ var ALLOWED_WORDS = []string{
|
||||||
"spear-phishing",
|
"spear-phishing",
|
||||||
"lags",
|
"lags",
|
||||||
"latéraliser",
|
"latéraliser",
|
||||||
|
"root",
|
||||||
}
|
}
|
||||||
|
|
||||||
var CommonOpts = GrammalecteOptions{
|
var CommonOpts = GrammalecteOptions{
|
||||||
|
|
Reference in a new issue