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