mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
10 lines
285 B
TOML
10 lines
285 B
TOML
|
|
# Clippy configuration for consistent linting across platforms
|
||
|
|
|
||
|
|
# Deny warnings that should be errors
|
||
|
|
cognitive-complexity-threshold = 30
|
||
|
|
too-many-arguments-threshold = 7
|
||
|
|
type-complexity-threshold = 250
|
||
|
|
|
||
|
|
# Allow some clippy lints that are too noisy
|
||
|
|
avoid-breaking-exported-api = false
|