Skip to content

Commit ffc82e6

Browse files
parloughCommit Queue
authored and
Commit Queue
committed
Stop enabling the package_api_docs lint
The lint is non-functional and will be deprecated soon. Bug: https://github.com/dart-lang/linter/issues/5107 Change-Id: I4d4b75a6c7978f584bef37351514391f55761c55 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389594 Reviewed-by: Johnni Winther <[email protected]> Reviewed-by: Nate Bosch <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Samuel Rawlins <[email protected]> Auto-Submit: Parker Lougheed <[email protected]>
1 parent c2b9bdc commit ffc82e6

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

benchmarks/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ linter:
4949
#- omit_local_variable_types
5050
#- only_throw_errors
5151
- overridden_fields
52-
- package_api_docs
5352
- package_names
5453
- package_prefixed_library_names
5554
- prefer_adjacent_string_concatenation

pkg/_fe_analyzer_shared/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ linter:
1515
- avoid_empty_else
1616
- empty_statements
1717
- valid_regexps
18-
- package_api_docs
1918
- lines_longer_than_80_chars
2019
# - always_specify_types
2120
- use_super_parameters

pkg/front_end/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ linter:
1919
- avoid_empty_else
2020
- empty_statements
2121
- valid_regexps
22-
- package_api_docs
2322
- lines_longer_than_80_chars
2423
- unrelated_type_equality_checks
2524
- annotate_overrides

pkg/frontend_server/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ linter:
1313
- avoid_empty_else
1414
- empty_statements
1515
- valid_regexps
16-
- package_api_docs
1716
- lines_longer_than_80_chars
1817
- unrelated_type_equality_checks
1918
- annotate_overrides

pkg/kernel/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ linter:
1414
- avoid_empty_else
1515
- empty_statements
1616
- valid_regexps
17-
- package_api_docs
1817
- lines_longer_than_80_chars
1918
- unrelated_type_equality_checks
2019
- annotate_overrides

pkg/linter/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ linter:
3838
- no_adjacent_strings_in_list
3939
- noop_primitive_operations
4040
- only_throw_errors
41-
- package_api_docs
4241
- parameter_assignments
4342
- prefer_asserts_in_initializer_lists
4443
- prefer_const_constructors_in_immutables

pkg/test_runner/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ linter:
1515
- comment_references
1616
- directives_ordering
1717
- omit_local_variable_types
18-
- package_api_docs
1918
- prefer_const_constructors
2019
- throw_in_finally
2120
- unnecessary_lambdas

pkg/testing/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ linter:
1414
- always_declare_return_types
1515
- avoid_void_async
1616
- lines_longer_than_80_chars
17-
- package_api_docs
1817
- unawaited_futures

0 commit comments

Comments
 (0)