# Clippy configuration for product-os-command-control
# Cognitive complexity threshold
= 50
# Documentation lints
= [
"TLS", "SSL", "HMAC", "UUID", "HTTP", "HTTPS", "URI", "URL",
"JSON", "API", "OS", "TCP", "UDP", "IP", "DNS"
]
# Allow certain naming patterns
= ["Product", "OS"]
# Type complexity threshold
= 500
# Too many arguments threshold
= 8
# Too many lines threshold
= 200