aboutsummaryrefslogtreecommitdiffstats
path: root/.swiftlint.yml
blob: df5ce7dc9d1ec751893f85fd1bc96b13efd2defb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
disabled_rules:
 - line_length
 - trailing_comma
excluded:
 - Pods
file_length:
  warning: 500
type_name:
  min_length: 2 # only warning
  max_length: # warning and error
    warning: 50
    error: 60