asterinas/.typos.toml

38 lines
785 B
TOML
Raw Permalink Normal View History

# 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"
2025-08-28 15:10:12 +00:00
pn = "pn"
sme = "sme"
Inh = "Inh"
2024-12-11 09:56:49 +00:00
DELET = "DELET"
wrk = "wrk"
2025-01-23 03:10:09 +00:00
rto = "rto"
typ = "typ"
2025-04-25 10:23:36 +00:00
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 = [
2025-07-02 11:10:37 +00:00
"test/src/syscall/gvisor/blocklists/pty_test",
2025-06-04 02:15:25 +00:00
"test/build/initramfs/opt/gvisor/blocklists/pty_test",
2025-07-02 11:10:37 +00:00
"test/src/syscall/gvisor/blocklists/sync_test",
2025-06-04 02:15:25 +00:00
"test/build/initramfs/opt/gvisor/blocklists/sync_test",
2025-08-28 15:10:12 +00:00
]