# Clippy configuration for production-ready code
# https://rust-lang.github.io/rust-clippy/master/
# Cognitive complexity threshold
= 25
# Documentation style
= ["HTTP", "IPC", "JSON", "API", "TCP", "UDP", "URL", "UUID", "CPU", "GPU", "CLI", "TTL", "LRU"]
# Too many arguments threshold
= 7
# Too many lines threshold
= 100
# Type complexity threshold
= 250
# Trivially copy pass by value size threshold
= 64
# Enum variant size difference threshold
= 200
# Large types passed by value threshold
= 256
# Large stack arrays threshold
= 512
# Vector initialization with new allocation threshold
= 4096
# Allow certain lints for flexibility
= true
= true