# Corrode Clippy Configuration
# Security tooling demands maximum strictness
# Function complexity limits
= 100
= 6
# Cognitive complexity (how hard a function is to understand)
= 25
# Type complexity
= 250
# Maximum number of enum variants before clippy warns
= 200
# Disallow certain types in public APIs
= []
# Disallow certain methods
= []