# Clippy configuration file for neobit
# Avoid complex cognitive complexity
cognitive-complexity-threshold = 15
# Allow certain patterns in tests
msrv = "1.56"
# Enforce stricter rules
too-many-arguments-threshold = 7
type-complexity-threshold = 250
single-char-binding-names-threshold = 4
trivial-copy-size-limit = 256
# Stack size limit
too-large-for-stack = 200
# Disallowed methods (unsafe patterns)
disallowed-methods = []
disallowed-types = []