# Clippy configuration for enhanced code quality
# Cognitive complexity threshold - functions above this are flagged
= 30
# Documentation style
= ["API", "APIs", "macOS", "iOS", "NSWorkspace", "CFRunLoop", "AX", "PID"]
# Maximum lines for a single function
= 100
# Maximum arguments for a function
= 7
# Avoid abbreviations in names
= false