-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypos.toml
More file actions
36 lines (34 loc) · 900 Bytes
/
typos.toml
File metadata and controls
36 lines (34 loc) · 900 Bytes
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
# Configuration for typos-cli (https://github.com/crate-ci/typos)
[files]
# Avoid scanning generated/third-party directories and auto-generated files.
extend-exclude = [
".git/**",
"target/**",
"coverage/**",
"node_modules/**",
"venv/**",
".venv/**",
".mypy_cache/**",
".ruff_cache/**",
".pytest_cache/**",
# Contains regex fragments (e.g. [Ss]upport, [Dd]elete) that trigger false positives.
"cliff.toml",
]
[default.extend-words]
# Domain terms that typos suggests "fixing" but are correct in this repo.
# Author / person names
Brezinski = "Brezinski"
Businger = "Businger"
Getchell = "Getchell"
Higham = "Higham"
Parlett = "Parlett"
Schreiber = "Schreiber"
Tikhomirov = "Tikhomirov"
Trefethen = "Trefethen"
# Foreign-language terms in reference titles
methode = "methode"
# Math / crate terms
faer = "faer"
frhs = "frhs"
nrhs = "nrhs"
numer = "numer"