mono-rt 0.2.0

Dynamic bindings to the Mono runtime for process injection into Unity games and Mono-hosted applications on Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Clippy configuration for filip



# Cognitive complexity threshold for functions

cognitive-complexity-threshold = 25



# Maximum number of lines for a function

too-many-lines-threshold = 32



# Maximum number of arguments for a function

too-many-arguments-threshold = 6



# Type complexity threshold

type-complexity-threshold = 250



# Stack size threshold in bytes

stack-size-threshold = 512000