Disable multiple_closures_with_trailing_closure rule
This commit is contained in:
parent
47234d15af
commit
e74e4f34b6
|
@ -5,13 +5,13 @@ disabled_rules:
|
|||
- operator_whitespace
|
||||
- nesting
|
||||
- cyclomatic_complexity
|
||||
- multiple_closures_with_trailing_closure
|
||||
|
||||
line_length:
|
||||
- 80
|
||||
- 100
|
||||
- ignores_comments
|
||||
|
||||
|
||||
function_body_length:
|
||||
- 50
|
||||
|
||||
|
|
Loading…
Reference in New Issue