# Clippy configuration for branchdiff
# These thresholds prevent architectural regression while allowing current state
# Max bool fields in a struct before suggesting an enum
= 2
# Max bool params in a function before suggesting an enum
= 2
# Cognitive complexity threshold (default is 25)
= 30
# Max lines in a function - set above current max (259) to catch growth
= 275
# Max function arguments - set above current max (15) to catch growth
= 16
# Allow .unwrap() in test code
= true