repochecker/grammalecte: Add "overflow" as allowed word

This commit is contained in:
nemunaire 2022-10-31 12:49:13 +01:00
parent 070684d618
commit 4647ff033c

View file

@ -30,6 +30,7 @@ var ALLOWED_WORDS = []string{
"lags", "lags",
"latéraliser", "latéraliser",
"root", "root",
"overflow",
} }
var CommonOpts = GrammalecteOptions{ var CommonOpts = GrammalecteOptions{