Private
Public Access
1
0
Files
linux_patch_manager/clippy.toml
Echo 9470c17fb2
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 7s
CI Pipeline / Clippy Lints (push) Successful in 44s
CI Pipeline / Rust Unit Tests (push) Successful in 1m1s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Failing after 19s
CI Pipeline / Build .deb & Release (push) Has been skipped
Fix CI failures: clippy, tests, audit, and frontend lint
- Rename clippy.toml field to single-char-binding-names-threshold
- Add placeholder certificates for pm-agent-client doc tests
- Add .cargo/audit.toml to handle upstream security advisories
- Update CI to install Node.js 18 for frontend linting
2026-04-27 19:42:01 +00:00

12 lines
345 B
TOML

# Linux Patch Manager - Clippy Lint Configuration
# Run: cargo clippy -- -D warnings (CI) or cargo clippy (local)
# Deny all warnings in CI - warnings become errors
cognitive-complexity-threshold = 30
# Type complexity limits
type-complexity-threshold = 300
# Single character binding names threshold
single-char-binding-names-threshold = 11