aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/.swiftlint.yml
blob: f0a450f1a400fa5b9289ae5e20bea95063e036da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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