# Clippy configuration for ZeroClaw. # Thresholds tuned to match codebase patterns and reduce noise from # existing allow-attributes while still catching genuinely complex code. cognitive-complexity-threshold = 30 too-many-arguments-threshold = 10 too-many-lines-threshold = 200