Revision control
Copy as Markdown
Other Tools
[files]
extend-exclude = [
"src/lib/prov/pkcs11/pkcs11.h",
"src/build-data/cc/msvc.txt",
"src/build-data/cc/clangcl.txt",
"doc/authors.txt",
]
[default]
extend-ignore-re = [
"\\b[0-9A-Za-z+/]{20,80}(=|==)?\\b",
"\\b[0-9A-Fa-f]{9,80}\\b",
]
[default.extend-words]
# This is a hack for dealing with hex
BA = "BA"
ba = "ba"
# These should be removed if possible
Probablistic = "Probablistic" # pkcs11.h typo
divisable = "divisable" # Typo in Limbo test data
# Weird names only used in a few modules
Lik = "Lik" # TODO(Botan4) remove when mce is removed
Projet = "Projet" # TODO(Botan4) remove when mce is removed
# Names that typos doesn't know about
EMAC = "EMAC"
GOST = "GOST"
EDE = "EDE"
vor = "vor"
# clang-analyzer
optin = "optin"
# Abbreviations used locally, some not ideal
chello = "chello"
issu = "issu"
parm = "parm"
ser = "ser"
stuf = "stuf"
typ = "typ"
indx = "indx"
ACI = "ACI"
[default.extend-identifiers]
countr_zero = "countr_zero"
Tru64 = "Tru64"
# ARIA "FO" rounds makes typos upset
ARIA_FO = "ARIA_FO"
FO = "FO"
apply_fo_sbox = "apply_fo_sbox"
aria_fo_sbox = "aria_fo_sbox"
aria_fo = "aria_fo"
aria_fo_m = "aria_fo_m"
fo_pre_const = "fo_pre_const"
fo_post_const = "fo_post_const"
fo_pre_mat = "fo_pre_mat"
fo_post_mat = "fo_post_mat"