[pkg] drop lints already covered by the included lint file
Change-Id: I84fdee27e3e28576187896502e5ffed487ee232f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425408 Reviewed-by: Moritz Sümmermann <mosum@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Auto-Submit: Kevin Moore <kevmoo@google.com> Reviewed-by: Tess Strickland <sstrickl@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Reviewed-by: Kenzie Davisson <kenzieschmoll@google.com>
This commit is contained in:
committed by
Commit Queue
parent
1c64983086
commit
67a24ea983
@@ -28,7 +28,6 @@ linter:
|
||||
rules:
|
||||
- avoid_redundant_argument_values
|
||||
- flutter_style_todos
|
||||
- library_annotations
|
||||
- prefer_single_quotes
|
||||
- unawaited_futures
|
||||
- unnecessary_breaks
|
||||
|
||||
@@ -23,7 +23,6 @@ linter:
|
||||
- avoid_redundant_argument_values
|
||||
- avoid_unused_constructor_parameters
|
||||
- flutter_style_todos
|
||||
- library_annotations
|
||||
- prefer_single_quotes
|
||||
- unawaited_futures
|
||||
- unnecessary_breaks
|
||||
|
||||
@@ -54,7 +54,6 @@ linter:
|
||||
- avoid_redundant_argument_values
|
||||
- avoid_unused_constructor_parameters
|
||||
- flutter_style_todos
|
||||
- library_annotations
|
||||
- unawaited_futures
|
||||
- unnecessary_breaks
|
||||
- unnecessary_final
|
||||
|
||||
@@ -17,7 +17,6 @@ linter:
|
||||
- avoid_unused_constructor_parameters
|
||||
- directives_ordering
|
||||
- flutter_style_todos
|
||||
- library_annotations
|
||||
- omit_local_variable_types
|
||||
- prefer_single_quotes
|
||||
- unawaited_futures
|
||||
|
||||
@@ -18,7 +18,6 @@ linter:
|
||||
rules:
|
||||
- always_declare_return_types
|
||||
- flutter_style_todos
|
||||
- library_annotations
|
||||
- omit_local_variable_types
|
||||
- prefer_single_quotes
|
||||
- unawaited_futures
|
||||
|
||||
@@ -13,7 +13,6 @@ linter:
|
||||
- avoid_dynamic_calls
|
||||
- avoid_unused_constructor_parameters
|
||||
- flutter_style_todos
|
||||
- library_annotations
|
||||
- prefer_single_quotes
|
||||
- unawaited_futures
|
||||
- unnecessary_breaks
|
||||
|
||||
@@ -7,6 +7,4 @@ analyzer:
|
||||
linter:
|
||||
rules:
|
||||
- avoid_void_async
|
||||
- unawaited_futures
|
||||
- require_trailing_commas
|
||||
- prefer_relative_imports
|
||||
|
||||
@@ -31,7 +31,6 @@ linter:
|
||||
- discarded_futures
|
||||
- flutter_style_todos
|
||||
- join_return_with_assignment
|
||||
- library_annotations
|
||||
- literal_only_boolean_expressions
|
||||
- no_adjacent_strings_in_list
|
||||
- noop_primitive_operations
|
||||
@@ -57,7 +56,6 @@ linter:
|
||||
- unnecessary_null_checks
|
||||
- unnecessary_parenthesis
|
||||
- unnecessary_statements
|
||||
- unnecessary_underscores
|
||||
- unreachable_from_main
|
||||
- use_if_null_to_convert_nulls_to_bools
|
||||
- use_late_for_private_fields_and_variables
|
||||
|
||||
@@ -18,7 +18,6 @@ linter:
|
||||
- avoid_redundant_argument_values
|
||||
- avoid_unused_constructor_parameters
|
||||
- flutter_style_todos
|
||||
- library_annotations
|
||||
- prefer_single_quotes
|
||||
- unawaited_futures
|
||||
- unnecessary_breaks
|
||||
|
||||
@@ -3,4 +3,3 @@ include: package:lints/core.yaml
|
||||
linter:
|
||||
rules:
|
||||
- directives_ordering
|
||||
- prefer_generic_function_type_aliases
|
||||
|
||||
@@ -14,6 +14,4 @@ analyzer:
|
||||
linter:
|
||||
rules:
|
||||
- comment_references
|
||||
- depend_on_referenced_packages
|
||||
- directives_ordering
|
||||
- unnecessary_library_name
|
||||
|
||||
Reference in New Issue
Block a user