OLD | NEW |
| (Empty) |
1 disabled_rules: # rule identifiers to exclude from running | |
2 - notification_center_detachment | |
3 opt_in_rules: # some rules are only opt-in | |
4 - attributes | |
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`. | |
22 - Carthage | |
23 - Resources | |
24 - Translations | |
25 line_length: 150 | |
OLD | NEW |