aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/.swiftlint.yml
blob: df6266a36648083a10882b5daab954622791d7c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
disabled_rules:
 - line_length
 - trailing_whitespace
opt_in_rules:
 - unneeded_parentheses_in_closure_argument
# - trailing_closure
file_length:
  warning: 500
cyclomatic_complexity:
  warning: 10
  error: 25