forked from GitoxideLabs/gitoxide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_typos.toml
More file actions
32 lines (30 loc) · 767 Bytes
/
_typos.toml
File metadata and controls
32 lines (30 loc) · 767 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
[files]
extend-exclude = [
"**/CHANGELOG.md",
"*.response",
"etc/corpus/repo_metadata.sample.jsonl",
"gix-config/benches/large_config_file.rs",
"gix-config/tests/fixtures/clusterfuzz-testcase-minimized-gix-config-parse-6431708583690240",
"gix-glob/tests/wildmatch/mod.rs",
"gix-path/tests/fixtures/fuzzed/54k-path-components.path",
]
ignore-hidden = false
[default]
extend-ignore-re = [
# PGP signature
"[0-9A-Za-z+=]{44,}",
'"egal"',
'"bar", "bart", "ba"',
'"foo/ba"',
'"FO", "FO", &\[\], "FO"',
'"(BarFoO|BarFoOo|FoO|FoOo)"',
"\\|pn: &BStr\\| pn !=",
]
extend-ignore-identifiers-re = [
# Git commit hash
"[0-9a-f]{7,}",
"rela_[a-z_]+",
]
[default.extend-identifiers]
_pn = "_pn"
ein = "ein"