zeroclaw 0.1.7

Zero overhead. Zero compromise. 100% Rust. The fastest, smallest AI assistant.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

# Some generated/test-only paths legitimately allocate larger local buffers.
# Keep linting enabled while reducing false positives from those cases.
array-size-threshold = 65536