mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-01 13:32:13 +00:00
a8cbe0d683
All swiftlint warnings except one fixed up
15 lines
254 B
YAML
15 lines
254 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
|
|
function_body_length:
|
|
warning: 45
|