asterinas/.typos.toml
2025-06-04 11:04:30 +08:00

35 lines
761 B
TOML

# This file is to help typos avoid false-positives.
# Words listed below are marked as valid, not mistakes.
[default.extend-words]
rela = "rela"
ANDD = "ANDD"
ethe = "ethe"
mke = "mke"
WHT = "WHT"
ist = "ist"
sie = "sie"
TME = "TME"
BA = "BA"
ND = "ND"
Fo = "Fo"
Inh = "Inh"
DELET = "DELET"
wrk = "wrk"
rto = "rto"
typ = "typ"
sigfault = "sigfault"
# Files with svg suffix are ignored to check.
[type.svg]
extend-glob = ["*.svg"]
check-file = false
# Files listed below are ignored to check.
[files]
extend-exclude = [
"test/syscall_test/gvisor/blocklists/pty_test",
"test/build/initramfs/opt/gvisor/blocklists/pty_test",
"test/syscall_test/gvisor/blocklists/sync_test",
"test/build/initramfs/opt/gvisor/blocklists/sync_test",
]