enable avoid_single_cascade_in_expression_statements (#51944)

This commit is contained in:
Alexandre Ardhuin
2020-03-05 08:03:26 +01:00
committed by GitHub
parent 3018d8ddb3
commit c2ae654ddf
40 changed files with 85 additions and 102 deletions

View File

@@ -79,7 +79,7 @@ linter:
# - avoid_returning_this # there are plenty of valid reasons to return this
# - avoid_setters_without_getters # not yet tested
# - avoid_shadowing_type_parameters # not yet tested
# - avoid_single_cascade_in_expression_statements # not yet tested
- avoid_single_cascade_in_expression_statements
- avoid_slow_async_io
- avoid_types_as_parameter_names
# - avoid_types_on_closure_parameters # conflicts with always_specify_types