Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
Nickel Type Check / Nickel Type Checking (push) Has been cancelled
18 lines
567 B
TOML
18 lines
567 B
TOML
# Generated by dev-system/ci
|
|
# Clippy configuration for Rust linting
|
|
|
|
# Lint level thresholds
|
|
cognitive-complexity-threshold = 25
|
|
type-complexity-threshold = 500
|
|
excessive-nesting-threshold = 5
|
|
|
|
# Allowed patterns (prevent lints on specific code)
|
|
# allow-expect-in-tests = true
|
|
# allow-unwrap-in-tests = true
|
|
|
|
# Single-character variable name threshold
|
|
single-char-binding-names-threshold = 4
|
|
|
|
# Note: Lint configurations belong in Cargo.toml under [lints.clippy] or [workspace.lints.clippy]
|
|
# This file only contains clippy configuration parameters, not lint levels
|