mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-08 03:39:18 +00:00
13 lines
145 B
TOML
13 lines
145 B
TOML
[files]
|
|
extend-exclude = [
|
|
# Author names.
|
|
"AUTHORS.md"
|
|
]
|
|
|
|
[default]
|
|
extend-ignore-identifiers-re = [
|
|
# False positives.
|
|
"ba",
|
|
"ded"
|
|
]
|