rust/tests/ui-toml/duplicated_keys/clippy.toml
2022-07-28 23:05:24 +01:00

6 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