repochecker/grammalecte: Add some new spelling exceptions
This commit is contained in:
parent
2381dfe4f5
commit
fee1ab2a26
2 changed files with 11 additions and 0 deletions
|
|
@ -36,6 +36,14 @@ var ALLOWED_WORDS = []string{
|
|||
"TCP",
|
||||
"UDP",
|
||||
"ICMP",
|
||||
"TLS",
|
||||
"SSL",
|
||||
"mimikatz",
|
||||
"OpenSSL",
|
||||
"RDP",
|
||||
"AES",
|
||||
"RSA",
|
||||
"LFSR",
|
||||
}
|
||||
|
||||
var CommonOpts = GrammalecteOptions{
|
||||
|
|
|
|||
Reference in a new issue