mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
4 lines
191 B
TOML
4 lines
191 B
TOML
# This is the deprecated name for cognitive-complexity-threshold
|
|
cyclomatic-complexity-threshold = 3
|
|
# Check we get duplication warning regardless of order
|
|
cognitive-complexity-threshold = 4
|