-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy path_typos.toml
More file actions
38 lines (34 loc) · 862 Bytes
/
_typos.toml
File metadata and controls
38 lines (34 loc) · 862 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
37
38
[default]
locale = "en-us"
[files]
extend-exclude = [
# generated files
"book/ethicalads-theme.css",
"fuzzing/fuzz/artifacts/",
"fuzzing/fuzz/corpus/",
"target/",
"askama_parser/tests/*.txt",
"testing/templates/fuzzed-*",
# we copied the files verbatim including any typos :)
"askama_parser/benches",
"askama_derive/benches",
# filler texts
"*/benches/strings.inc",
# too many false positives
"testing/tests/gen_ws_tests.py",
# truncated output
"testing/tests/ui/*.stderr",
# minimized file full of regular expressions that trip up the typo checker
"book/theme/highlight.js",
]
[default.extend-words]
# It's actually called that in the ASCII standard
Enquiry = "Enquiry"
# French words
exemple = "exemple"
existant = "existant"
# used in tests
Ba = "Ba"
fo = "fo"
Fo = "Fo"
sur = "sur"