-
Notifications
You must be signed in to change notification settings - Fork 8
/
typos.toml
36 lines (33 loc) · 963 Bytes
/
typos.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[files]
extend-exclude = [
"tests",
"crates/amzn-codewhisperer-client",
"crates/amzn-codewhisperer-streaming-client",
"crates/amzn-consolas-client",
"crates/amzn-toolkit-telemetry",
"crates/amzn-qdeveloper-client",
"crates/amzn-qdeveloper-streaming-client",
"crates/aws-toolkit-telemetry-definitions/def.json",
"crates/zbus",
"crates/zbus_names",
"packages/fuzzysort",
"packages/dashboard/public/license/NOTICE.txt",
"pnpm-lock.yaml"
]
[default]
extend-ignore-re = [
# Ignore lines with trailing `spellchecker:disable-line`
"(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",
]
[default.extend-words]
# These are correct in the context of Fig, but aren't normal words
iterm = "iterm"
preedit = "preedit"
xmodifiers = "xmodifiers"
zvariant = "zvariant"
ser = "ser"
sur = "sur"
ratatui = "ratatui"
[type.rust.extend-identifiers]
# typos really wanted to correct 2ND -> 2AND
FROM_LEFT_2ND_BUTTON_PRESSED = "FROM_LEFT_2ND_BUTTON_PRESSED"