Files
OpenList-Desktop/src-tauri/clippy.toml
Kuingsmile 5ade6a2c01 feat: add ci for lint and release , fix several bugs (#5)
* feat: add save_settings_with_update_port command and update related components

* refactor: remove state parameter from API key retrieval and update related functions

* feat: enhance release workflow with tag validation and improve build scripts

* feat: update release workflow to use version input from auto-version workflow

* 📦 Chore(custom): add Clippy configuration for consistent linting across platforms

* chore: add Clippy configuration for consistent linting across platforms

* 🐛 Fix(custom): fix ci

* 🚧 WIP(custom): fix clippy error

* 🐛 Fix(custom): add default openlist and rclone version

* 🚧 WIP(custom): fix clippy errors

* 🚧 WIP(custom): fix clippy errors

* 🐛 Fix(custom): fix ci bugs
2025-06-28 13:06:32 +08:00

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