2024-08-26 07:31:58 +00:00
|
|
|
# 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"
|
2024-09-30 03:05:06 +00:00
|
|
|
sie = "sie"
|
2024-08-26 07:31:58 +00:00
|
|
|
TME = "TME"
|
|
|
|
BA = "BA"
|
|
|
|
ND = "ND"
|
|
|
|
Fo = "Fo"
|
2025-08-28 15:10:12 +00:00
|
|
|
pn = "pn"
|
|
|
|
sme = "sme"
|
2024-10-14 03:45:13 +00:00
|
|
|
Inh = "Inh"
|
2024-12-11 09:56:49 +00:00
|
|
|
DELET = "DELET"
|
2024-12-31 02:08:29 +00:00
|
|
|
wrk = "wrk"
|
2025-01-23 03:10:09 +00:00
|
|
|
rto = "rto"
|
2025-03-03 06:24:21 +00:00
|
|
|
typ = "typ"
|
2025-04-25 10:23:36 +00:00
|
|
|
sigfault = "sigfault"
|
2024-08-26 07:31:58 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
]
|