.swiftlint.yml 180 B

12345678910111213
  1. disabled_rules:
  2. - line_length
  3. - function_parameter_count
  4. opt_in_rules:
  5. - empty_count
  6. - force_unwrapping
  7. nesting:
  8. type_level: 4
  9. identifier_name:
  10. allowed_symbols: "_"