cor 2026.3.1

Colorize JSON-structured log lines from stdin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Clippy configuration for strict linting

# Maximum allowed complexity for functions
cognitive-complexity-threshold = 30

# Maximum allowed lines for functions
too-many-lines-threshold = 100

# Maximum allowed arguments for functions
too-many-arguments-threshold = 7

# Allow certain patterns
allow-unwrap-in-tests = true