2024-08-26 07:31:58 +00:00
|
|
|
# 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]+)\";" ]
|
|
|
|
|
|
2024-08-26 07:31:58 +00:00
|
|
|
# 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"
|
2025-11-28 03:37:18 +00:00
|
|
|
sems = "sems"
|
2025-12-22 13:07:53 +00:00
|
|
|
THRE = "THRE"
|
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 = [
|
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
|
|
|
]
|