Disable multiple_closures_with_trailing_closure rule

This commit is contained in:
Max Desiatov 2020-06-28 16:19:31 +01:00
parent 47234d15af
commit e74e4f34b6
No known key found for this signature in database
GPG Key ID: FE08EBF9CF58CBA2
1 changed files with 12 additions and 12 deletions

View File

@ -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