remove redundant lints

(These are defined in the core lint set.)

Change-Id: I194dba3ea91e6cee6a75ea0fc59a8be0f2a1101f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263143
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
pq 2022-10-07 18:24:58 +00:00 committed by Commit Queue
parent 5b7bd563d3
commit 2458c36b22

View file

@ -39,8 +39,6 @@ linter:
- always_use_package_imports
- avoid_dynamic_calls
- avoid_unused_constructor_parameters
- await_only_futures
- depend_on_referenced_packages
- unawaited_futures
- unnecessary_parenthesis
- use_super_parameters