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

@ -1,19 +1,19 @@
disabled_rules:
- trailing_comma
- identifier_name
- void_return
- operator_whitespace
- nesting
- cyclomatic_complexity
- trailing_comma
- identifier_name
- void_return
- operator_whitespace
- nesting
- cyclomatic_complexity
- multiple_closures_with_trailing_closure
line_length:
- 80
- 100
- ignores_comments
- 80
- 100
- ignores_comments
function_body_length:
- 50
- 50
included:
- Sources