Remove clippy too_many_lines lint and decompose long functions (#7064)
This commit is contained in:
@@ -10,7 +10,9 @@ check-everything:
|
||||
@echo " → Formatting Rust code..."
|
||||
cargo fmt --all
|
||||
@echo " → Running clippy linting..."
|
||||
./scripts/clippy-lint.sh
|
||||
cargo clippy --all-targets -- -D warnings
|
||||
@echo " → Checking for banned TLS crates..."
|
||||
./scripts/check-no-native-tls.sh
|
||||
@echo " → Checking UI code formatting..."
|
||||
cd ui/desktop && npm run lint:check
|
||||
@echo " → Validating OpenAPI schema..."
|
||||
|
||||
Reference in New Issue
Block a user