OLD | NEW |
1 line_length: 110 | 1 disabled_rules: # rule identifiers to exclude from running |
2 type_body_length: | 2 - notification_center_detachment |
3 - 300 | 3 opt_in_rules: # some rules are only opt-in |
4 - 400 | 4 - attributes |
5 excluded: | 5 - closure_end_indentation |
| 6 - fatal_error_message |
| 7 - joined_default_parameter |
| 8 - let_var_whitespace |
| 9 - multiline_parameters |
| 10 - operator_usage_whitespace |
| 11 - overridden_super_call |
| 12 - prohibited_super_call |
| 13 - redundant_nil_coalescing |
| 14 - single_test_class |
| 15 - sorted_imports |
| 16 - switch_case_on_newline |
| 17 - unneeded_parentheses_in_closure_argument |
| 18 - vertical_parameter_alignment_on_call |
| 19 # Find all the available rules by running: |
| 20 # swiftlint rules |
| 21 excluded: # paths to ignore during linting. Takes precedence over `included`. |
6 - Carthage | 22 - Carthage |
| 23 - Resources |
| 24 - Translations |
| 25 line_length: 150 |
| 26 large_tuple: |
| 27 warning: 3 |
OLD | NEW |