-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_typos.toml
More file actions
36 lines (34 loc) · 1.7 KB
/
Copy path_typos.toml
File metadata and controls
36 lines (34 loc) · 1.7 KB
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
# Config for crate-ci/typos (CI: .github/workflows/typos.yml).
# Tests and fixtures are excluded wholesale: they contain deliberate
# misspellings (fuzzy-match inputs like `comand`, `buton`) and base64/id
# blobs that false-positive on short tokens.
[files]
extend-exclude = [
"blackbox/",
"**/test/**",
"**/tests/**",
"**/*.test.ts",
"**/__snapshots__/**",
"**/CHANGELOG.md",
"pnpm-lock.yaml",
]
[default.extend-words]
# Real names / accepted spellings, not typos.
sherif = "sherif" # https://github.com/QuiiBz/sherif — monorepo linter
unparseable = "unparseable" # valid variant spelling used across the codebase
uncatalogued = "uncatalogued" # valid British spelling
mis = "mis" # hyphenated prefix in comments: mis-parses, mis-set
flase = "flase" # deliberate typo example in a config-error comment
nd = "nd" # ndJsonStream, `Nd` cron interval token
dows = "dows" # formatDows — days-of-week (cron)
fo = "fo" # `/FO` flag of Windows schtasks
pn = "pn" # "PNGs" tokenized as PN by the checker
iterm = "iterm" # iTerm2 terminal app identifier
bject = "bject" # regex fragment matching z.object and zObject
nin = "nin" # Mongo-style $nin query operator
ba = "ba" # before/after design-system CSS class prefix
ot = "ot" # order-type binary codec variable
als = "als" # AsyncLocalStorage field abbreviation
oint = "oint" # LaTeX contour-integral command
hom = "hom" # LaTeX homomorphism command
multline = "multline" # LaTeX multiline equation environment