Unfortunately, we merged a typos bump [0] with failing CI. [0] https://github.com/cloud-hypervisor/cloud-hypervisor/pull/7654 Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
28 lines
595 B
TOML
28 lines
595 B
TOML
# Configuration for https://github.com/crate-ci/typos
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"hypervisor/src/kvm/x86_64/mod.rs",
|
|
"resources/linux-config-*",
|
|
]
|
|
|
|
[default.extend-words]
|
|
CLASSE = "CLASSE"
|
|
Dake = "Dake"
|
|
EXTINT = "EXTINT"
|
|
INOUT = "INOUT"
|
|
MSIS = "MSIS" # MSIs (Message Signaled Interrupt)
|
|
SME = "SME" # Secure Memory Encryption
|
|
THR = "THR" # Transmitter Holding Register
|
|
TRANSLATER = "TRANSLATER"
|
|
ba = "ba"
|
|
conectix = "conectix"
|
|
liness = "liness"
|
|
outout = "outout"
|
|
|
|
[default.extend-identifiers]
|
|
consts = "consts"
|
|
fo = "fo"
|
|
fpr = "fpr"
|
|
# Public Linux API
|
|
msg_controllen = "msg_controllen"
|