2018-12-29 22:41:46 +08:00
|
|
|
disabled_rules:
|
2020-06-28 23:19:31 +08:00
|
|
|
- trailing_comma
|
|
|
|
- identifier_name
|
|
|
|
- void_return
|
|
|
|
- operator_whitespace
|
|
|
|
- nesting
|
|
|
|
- cyclomatic_complexity
|
|
|
|
- multiple_closures_with_trailing_closure
|
2020-06-29 05:51:59 +08:00
|
|
|
- type_name
|
2020-07-01 00:30:44 +08:00
|
|
|
- todo
|
2020-07-05 23:42:00 +08:00
|
|
|
- large_tuple
|
2020-08-06 00:30:19 +08:00
|
|
|
- opening_brace
|
2018-12-29 22:41:46 +08:00
|
|
|
|
2020-06-29 05:50:09 +08:00
|
|
|
line_length: 100
|
2018-12-29 22:41:46 +08:00
|
|
|
|
|
|
|
function_body_length:
|
2020-06-28 23:19:31 +08:00
|
|
|
- 50
|
2019-04-01 16:44:20 +08:00
|
|
|
|
|
|
|
included:
|
|
|
|
- Sources
|
2020-06-28 23:19:31 +08:00
|
|
|
- Tests
|