aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/.swiftlint.yml
blob: b16b6b33e73ad8062f201395aeb4809680cd5271 (plain) (blame)
1
2
3
4
5
6
7
8
disabled_rules:
 - force_cast
 - line_length
file_length:
  warning: 500
cyclomatic_complexity:
  warning: 10
  error: 25