File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
excluded :
2
- - Carthage
3
- - Pods
4
2
- .build
5
3
- Build
4
+ - Carthage
6
5
- DerivedData
6
+ - Pods
7
7
8
8
disabled_rules :
9
- - type_name
9
+ - function_parameter_count
10
10
- identifier_name
11
11
- line_length
12
12
- multiple_closures_with_trailing_closure
13
- - todo
14
- - function_parameter_count
15
13
- nesting
14
+ - todo
15
+ - type_name
16
16
17
17
opt_in_rules :
18
- - weak_delegate
19
- - unused_import
20
- - unneeded_parentheses_in_closure_argument
21
- - trailing_closure
22
- - static_operator
23
- - redundant_nil_coalescing
24
- - override_in_extension
25
- - legacy_objc_type
26
- - implicitly_unwrapped_optional
27
- - force_unwrapping
28
- - empty_string
29
- - closure_body_length
30
- - fallthrough
31
- - indentation_width
18
+ - closure_body_length
19
+ - empty_string
20
+ - fallthrough
21
+ - force_unwrapping
22
+ - implicitly_unwrapped_optional
23
+ - indentation_width
24
+ - legacy_objc_type
25
+ - override_in_extension
26
+ - redundant_nil_coalescing
27
+ - static_operator
28
+ - trailing_closure
29
+ - unneeded_parentheses_in_closure_argument
30
+ - unused_import
31
+ - weak_delegate
32
32
33
33
# force warnings
34
34
force_cast : error
You can’t perform that action at this time.
0 commit comments