mirror of
https://github.com/awfixers-stuff/src.git
synced 2026-03-27 12:56:19 +00:00
create src
This commit is contained in:
32
_typos.toml
Normal file
32
_typos.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
[files]
|
||||
extend-exclude = [
|
||||
"**/CHANGELOG.md",
|
||||
"*.response",
|
||||
"etc/corpus/repo_metadata.sample.jsonl",
|
||||
"src-config/benches/large_config_file.rs",
|
||||
"src-config/tests/fixtures/clusterfuzz-testcase-minimized-src-config-parse-6431708583690240",
|
||||
"src-glob/tests/wildmatch/mod.rs",
|
||||
"src-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"
|
||||
Reference in New Issue
Block a user