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 <johnniwinther@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Auto-Submit: Parker Lougheed <parlough@gmail.com>
This commit is contained in:
committed by
Commit Queue
parent
c2b9bdca48
commit
ffc82e6f17
@@ -49,7 +49,6 @@ linter:
|
||||
#- omit_local_variable_types
|
||||
#- only_throw_errors
|
||||
- overridden_fields
|
||||
- package_api_docs
|
||||
- package_names
|
||||
- package_prefixed_library_names
|
||||
- prefer_adjacent_string_concatenation
|
||||
|
||||
@@ -15,7 +15,6 @@ linter:
|
||||
- avoid_empty_else
|
||||
- empty_statements
|
||||
- valid_regexps
|
||||
- package_api_docs
|
||||
- lines_longer_than_80_chars
|
||||
# - always_specify_types
|
||||
- use_super_parameters
|
||||
|
||||
@@ -19,7 +19,6 @@ linter:
|
||||
- avoid_empty_else
|
||||
- empty_statements
|
||||
- valid_regexps
|
||||
- package_api_docs
|
||||
- lines_longer_than_80_chars
|
||||
- unrelated_type_equality_checks
|
||||
- annotate_overrides
|
||||
|
||||
@@ -13,7 +13,6 @@ linter:
|
||||
- avoid_empty_else
|
||||
- empty_statements
|
||||
- valid_regexps
|
||||
- package_api_docs
|
||||
- lines_longer_than_80_chars
|
||||
- unrelated_type_equality_checks
|
||||
- annotate_overrides
|
||||
|
||||
@@ -14,7 +14,6 @@ linter:
|
||||
- avoid_empty_else
|
||||
- empty_statements
|
||||
- valid_regexps
|
||||
- package_api_docs
|
||||
- lines_longer_than_80_chars
|
||||
- unrelated_type_equality_checks
|
||||
- annotate_overrides
|
||||
|
||||
@@ -38,7 +38,6 @@ linter:
|
||||
- no_adjacent_strings_in_list
|
||||
- noop_primitive_operations
|
||||
- only_throw_errors
|
||||
- package_api_docs
|
||||
- parameter_assignments
|
||||
- prefer_asserts_in_initializer_lists
|
||||
- prefer_const_constructors_in_immutables
|
||||
|
||||
@@ -15,7 +15,6 @@ linter:
|
||||
- comment_references
|
||||
- directives_ordering
|
||||
- omit_local_variable_types
|
||||
- package_api_docs
|
||||
- prefer_const_constructors
|
||||
- throw_in_finally
|
||||
- unnecessary_lambdas
|
||||
|
||||
@@ -14,5 +14,4 @@ linter:
|
||||
- always_declare_return_types
|
||||
- avoid_void_async
|
||||
- lines_longer_than_80_chars
|
||||
- package_api_docs
|
||||
- unawaited_futures
|
||||
|
||||
Reference in New Issue
Block a user