mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
5 lines
208 B
TOML
5 lines
208 B
TOML
cognitive-complexity-threshold = 2
|
|
# This is the deprecated name for the same key
|
|
cyclomatic-complexity-threshold = 3
|
|
# Check we get duplication warning regardless of order
|
|
cognitive-complexity-threshold = 4
|