aprender-data 0.65.2

Data Loading, Distribution and Tooling in Pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Clippy configuration for alimentar
# Enforces Toyota Way quality standards

# Cognitive complexity threshold
cognitive-complexity-threshold = 15

# Type complexity threshold
type-complexity-threshold = 250

# Maximum lines for a single function
too-many-lines-threshold = 100

# Disallow dangerous methods (Cloudflare outage 2025-11-18)
# Note: disallowed-methods removed — unwrap_used/expect_used lints at workspace level
# provide the same coverage without conflicting with test code allows.
disallowed-methods = []