Skip to content

Commit 67a24ea

Browse files
kevmooCommit Queue
authored and
Commit Queue
committed
[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 <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Auto-Submit: Kevin Moore <[email protected]> Reviewed-by: Tess Strickland <[email protected]> Reviewed-by: Samuel Rawlins <[email protected]> Reviewed-by: Kenzie Davisson <[email protected]>
1 parent 1c64983 commit 67a24ea

File tree

11 files changed

+0
-14
lines changed

11 files changed

+0
-14
lines changed

pkg/analysis_server/analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ linter:
2828
rules:
2929
- avoid_redundant_argument_values
3030
- flutter_style_todos
31-
- library_annotations
3231
- prefer_single_quotes
3332
- unawaited_futures
3433
- unnecessary_breaks

pkg/analysis_server_plugin/analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ linter:
2323
- avoid_redundant_argument_values
2424
- avoid_unused_constructor_parameters
2525
- flutter_style_todos
26-
- library_annotations
2726
- prefer_single_quotes
2827
- unawaited_futures
2928
- unnecessary_breaks

pkg/analyzer/analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ linter:
5454
- avoid_redundant_argument_values
5555
- avoid_unused_constructor_parameters
5656
- flutter_style_todos
57-
- library_annotations
5857
- unawaited_futures
5958
- unnecessary_breaks
6059
- unnecessary_final

pkg/analyzer_cli/analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ linter:
1717
- avoid_unused_constructor_parameters
1818
- directives_ordering
1919
- flutter_style_todos
20-
- library_annotations
2120
- omit_local_variable_types
2221
- prefer_single_quotes
2322
- unawaited_futures

pkg/analyzer_plugin/analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ linter:
1818
rules:
1919
- always_declare_return_types
2020
- flutter_style_todos
21-
- library_annotations
2221
- omit_local_variable_types
2322
- prefer_single_quotes
2423
- unawaited_futures

pkg/analyzer_utilities/analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ linter:
1313
- avoid_dynamic_calls
1414
- avoid_unused_constructor_parameters
1515
- flutter_style_todos
16-
- library_annotations
1716
- prefer_single_quotes
1817
- unawaited_futures
1918
- unnecessary_breaks

pkg/dtd/analysis_options.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ analyzer:
77
linter:
88
rules:
99
- avoid_void_async
10-
- unawaited_futures
1110
- require_trailing_commas
12-
- prefer_relative_imports

pkg/linter/analysis_options.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ linter:
3131
- discarded_futures
3232
- flutter_style_todos
3333
- join_return_with_assignment
34-
- library_annotations
3534
- literal_only_boolean_expressions
3635
- no_adjacent_strings_in_list
3736
- noop_primitive_operations
@@ -57,7 +56,6 @@ linter:
5756
- unnecessary_null_checks
5857
- unnecessary_parenthesis
5958
- unnecessary_statements
60-
- unnecessary_underscores
6159
- unreachable_from_main
6260
- use_if_null_to_convert_nulls_to_bools
6361
- use_late_for_private_fields_and_variables

pkg/server_plugin/analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ linter:
1818
- avoid_redundant_argument_values
1919
- avoid_unused_constructor_parameters
2020
- flutter_style_todos
21-
- library_annotations
2221
- prefer_single_quotes
2322
- unawaited_futures
2423
- unnecessary_breaks

runtime/tools/dartfuzz/analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ include: package:lints/core.yaml
33
linter:
44
rules:
55
- directives_ordering
6-
- prefer_generic_function_type_aliases

tools/analysis_options.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ analyzer:
1414
linter:
1515
rules:
1616
- comment_references
17-
- depend_on_referenced_packages
1817
- directives_ordering
19-
- unnecessary_library_name

0 commit comments

Comments
 (0)