asterinas/.typos.toml

43 lines
981 B
TOML
Raw Normal View History

# This file is to help typos avoid false-positives.
2025-11-28 03:37:18 +00:00
# The regexes below are considered valid and should not be flagged as typos.
[default]
extend-ignore-re = [ "sha256 = \"([a-zA-Z0-9]+)\";" ]
# 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"
2025-11-28 03:37:18 +00:00
sems = "sems"
# 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 = [
2026-01-12 02:02:10 +00:00
"test/initramfs/src/syscall/gvisor/blocklists/pty_test",
"test/initramfs/build/initramfs/opt/gvisor/blocklists/pty_test",
"test/initramfs/src/syscall/gvisor/blocklists/sync_test",
"test/initramfs/build/initramfs/opt/gvisor/blocklists/sync_test",
2025-08-28 15:10:12 +00:00
]