.swiftlint.yml 229 B

123456789101112
  1. # included:
  2. # - Sources
  3. # rule identifiers to exclude from running
  4. disabled_rules:
  5. - line_length
  6. - identifier_name
  7. - trailing_whitespace
  8. # configurable rules can be customized from this configuration file
  9. line_length: 250