mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-03 15:22:35 +00:00
8a916beb38
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
13 lines
218 B
YAML
13 lines
218 B
YAML
disabled_rules:
|
|
- line_length
|
|
- trailing_whitespace
|
|
- todo
|
|
opt_in_rules:
|
|
- unneeded_parentheses_in_closure_argument
|
|
# - trailing_closure
|
|
file_length:
|
|
warning: 500
|
|
cyclomatic_complexity:
|
|
warning: 10
|
|
error: 25
|