# 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 = []