Unverified Commit aefc62f8 authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

try some lints (#12719)

* try some lints

* remove avoid_returning_this rule
parent 454db9d4
......@@ -85,10 +85,10 @@ linter:
- avoid_null_checks_in_equality_operators
# - avoid_positional_boolean_parameters # not yet tested
- avoid_return_types_on_setters
# - avoid_returning_null # not yet tested
# - avoid_returning_this # not yet tested
# - avoid_returning_null # we do this commonly
# - avoid_returning_this # https://github.com/dart-lang/linter/issues/842
# - avoid_setters_without_getters # not yet tested
# - avoid_types_on_closure_parameters # not yet tested
# - avoid_types_on_closure_parameters # conflicts with always_specify_types
- await_only_futures
- camel_case_types
# - cascade_invocations # not yet tested
......
......@@ -79,10 +79,10 @@ linter:
- avoid_null_checks_in_equality_operators
# - avoid_positional_boolean_parameters # not yet tested
- avoid_return_types_on_setters
# - avoid_returning_null # not yet tested
# - avoid_returning_this # not yet tested
# - avoid_returning_null # we do this commonly
# - avoid_returning_this # https://github.com/dart-lang/linter/issues/842
# - avoid_setters_without_getters # not yet tested
# - avoid_types_on_closure_parameters # not yet tested
# - avoid_types_on_closure_parameters # conflicts with always_specify_types
- await_only_futures
- camel_case_types
# - cascade_invocations # not yet tested
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment