File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ disabled_rules:
22 - force_cast
33 - identifier_name
44 - large_tuple
5- - operator_whitespace
6- - trailing_whitespace
75 - todo
86opt_in_rules :
97 - attributes
@@ -36,6 +34,7 @@ opt_in_rules:
3634 - modifier_order
3735 - number_separator
3836 - operator_usage_whitespace
37+ - operator_whitespace
3938 - overridden_super_call
4039 - override_in_extension
4140 - private_action
@@ -47,6 +46,7 @@ opt_in_rules:
4746 - sorted_imports
4847 - static_operator
4948 - toggle_bool
49+ - trailing_whitespace
5050 - unneeded_parentheses_in_closure_argument
5151 - yoda_condition
5252 - xct_specific_matcher
@@ -71,8 +71,9 @@ nesting:
7171 type_level : 2
7272
7373excluded :
74- - Carthage
7574 - Tests
75+ - Resources
76+ - Support
7677
7778trailing_comma :
7879 mandatory_comma : true
You can’t perform that action at this time.
0 commit comments