Commit 1a2d9b00 authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

try unnecessary_overrides (#9982)

parent cc44cc77
......@@ -132,7 +132,7 @@ linter:
# - unnecessary_lambdas # https://github.com/dart-lang/linter/issues/498
- unnecessary_null_aware_assignments
- unnecessary_null_in_if_null_operators
# - unnecessary_overrides # not yet tested
# - unnecessary_overrides # https://github.com/dart-lang/linter/issues/626 and https://github.com/dart-lang/linter/issues/627
- unnecessary_this
# - use_rethrow_when_possible # not yet tested
# - use_setters_to_change_properties # not yet tested
......
......@@ -130,7 +130,7 @@ linter:
# - unnecessary_lambdas # https://github.com/dart-lang/linter/issues/498
- unnecessary_null_aware_assignments
- unnecessary_null_in_if_null_operators
# - unnecessary_overrides # not yet tested
# - unnecessary_overrides # https://github.com/dart-lang/linter/issues/626 and https://github.com/dart-lang/linter/issues/627
- unnecessary_this
# - use_rethrow_when_possible # not yet tested
# - use_setters_to_change_properties # 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