SwiftLint default config.

disabled_rules: # rule identifiers to exclude from running
  - colon
  - comma
  - control_statement
  - trailing_whitespace
  - cyclomatic_complexity
  - function_body_length
  - type_body_length
  
excluded:
  - Carthage
  - Pods