try unnecessary_overrides (#9982)

This commit is contained in:
Alexandre Ardhuin 2017-05-11 03:32:10 +02:00 committed by GitHub
parent cc44cc779b
commit 1a2d9b0030
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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