repochecker/grammalecte: Add some words
This commit is contained in:
parent
fb368d79d1
commit
cea3c13369
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@ var ALLOWED_WORDS = []string{
|
||||||
"ANSSI",
|
"ANSSI",
|
||||||
"DDOS",
|
"DDOS",
|
||||||
"Peer-to-Peer",
|
"Peer-to-Peer",
|
||||||
|
"XSS",
|
||||||
|
"Moodle",
|
||||||
|
"APK",
|
||||||
|
"PCAP",
|
||||||
|
"sha256",
|
||||||
|
"sha512",
|
||||||
|
"spear-phishing",
|
||||||
|
"lags",
|
||||||
|
"latéraliser",
|
||||||
}
|
}
|
||||||
|
|
||||||
var CommonOpts = GrammalecteOptions{
|
var CommonOpts = GrammalecteOptions{
|
||||||
|
|
Reference in a new issue