repochecker/grammalecte: add some new allowed words
This commit is contained in:
parent
ef999999ea
commit
ad7ad37e7f
1 changed files with 5 additions and 0 deletions
|
@ -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{
|
||||||
|
|
Reference in a new issue