mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
7 lines
190 B
TOML
7 lines
190 B
TOML
# Expect errors from these deprecated configs
|
|
cyclomatic-complexity-threshold = 2
|
|
blacklisted-names = [ "..", "wibble" ]
|
|
|
|
# that one is white-listed
|
|
[third-party]
|
|
clippy-feature = "nightly"
|