repochecker/grammalecte: add some new allowed words

This commit is contained in:
nemunaire 2022-11-05 18:09:25 +01:00
parent ef999999ea
commit ad7ad37e7f

View file

@ -31,6 +31,11 @@ var ALLOWED_WORDS = []string{
"latéraliser", "latéraliser",
"root", "root",
"overflow", "overflow",
"SSH",
"ARP",
"TCP",
"UDP",
"ICMP",
} }
var CommonOpts = GrammalecteOptions{ var CommonOpts = GrammalecteOptions{