2024-02-25 22:47:24 +00:00
|
|
|
[files]
|
|
|
|
extend-exclude = [
|
|
|
|
"*.rast",
|
|
|
|
"bench_data/",
|
|
|
|
"crates/parser/test_data/lexer/err/",
|
|
|
|
"crates/project-model/test_data/",
|
|
|
|
]
|
|
|
|
|
|
|
|
[default]
|
|
|
|
extend-ignore-re = [
|
|
|
|
# ignore string which contains $0, which is used widely in tests
|
|
|
|
".*\\$0.*",
|
|
|
|
# ignore generated content like `boxed....nner()`, `Defaul...efault`
|
|
|
|
"\\w*\\.{3,4}\\w*",
|
|
|
|
'"flate2"',
|
|
|
|
"raison d'être",
|
2024-07-12 10:26:23 +00:00
|
|
|
"inout",
|
2024-09-01 11:43:05 +00:00
|
|
|
"INOUT",
|
2024-07-12 10:26:23 +00:00
|
|
|
"optin"
|
2024-02-25 22:47:24 +00:00
|
|
|
]
|
2024-02-01 13:04:38 +00:00
|
|
|
|
|
|
|
[default.extend-words]
|
|
|
|
anser = "anser"
|
|
|
|
ba = "ba"
|
|
|
|
fo = "fo"
|
|
|
|
ket = "ket"
|
2024-02-02 10:23:11 +00:00
|
|
|
makro = "makro"
|
|
|
|
trivias = "trivias"
|
2024-02-01 13:04:38 +00:00
|
|
|
|
2024-02-25 22:47:24 +00:00
|
|
|
[default.extend-identifiers]
|
|
|
|
datas = "datas"
|
|
|
|
impl_froms = "impl_froms"
|
|
|
|
selfs = "selfs"
|