product-os-command-control 0.0.29

Product OS : Command and Control provides a set of tools for running command and control across a distributed set of Product OS : Servers.
Documentation
# Clippy configuration for product-os-command-control

# Cognitive complexity threshold
cognitive-complexity-threshold = 50

# Documentation lints
doc-valid-idents = [
    "TLS", "SSL", "HMAC", "UUID", "HTTP", "HTTPS", "URI", "URL",
    "JSON", "API", "OS", "TCP", "UDP", "IP", "DNS"
]

# Allow certain naming patterns
allowed-prefixes = ["Product", "OS"]

# Type complexity threshold
type-complexity-threshold = 500

# Too many arguments threshold
too-many-arguments-threshold = 8

# Too many lines threshold  
too-many-lines-threshold = 200