repochecker/grammalecte: Add "root" as globally allowed word

This commit is contained in:
nemunaire 2022-10-31 12:39:03 +01:00
parent a4701af619
commit 070684d618

View File

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