mirror of
https://github.com/awfixers-stuff/src.git
synced 2026-03-23 02:56:03 +00:00
33 lines
767 B
TOML
33 lines
767 B
TOML
[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"
|