winshift 0.0.6

A cross-platform window change hook library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Clippy configuration for enhanced code quality

# Cognitive complexity threshold - functions above this are flagged
cognitive-complexity-threshold = 30

# Documentation style
doc-valid-idents = ["API", "APIs", "macOS", "iOS", "NSWorkspace", "CFRunLoop", "AX", "PID"]

# Maximum lines for a single function
too-many-lines-threshold = 100

# Maximum arguments for a function
too-many-arguments-threshold = 7

# Avoid abbreviations in names
avoid-breaking-exported-api = false