# Clippy configuration
# https://doc.rust-lang.org/clippy/configuration.html
# Minimum supported Rust version
= "1.75"
# Cognitive complexity threshold
= 25
# Maximum number of lines in a function
= 100
# Maximum number of arguments in a function
= 7
# Allowed wildcard imports
= []
# Disallowed methods
= []
# Disallowed types
= []