Remove non-functional, deprecated package_api_docs lint (#156603)

Reference: https://github.com/dart-lang/linter/issues/5107
This commit is contained in:
Parker Lougheed 2024-10-11 16:17:19 -05:00 committed by GitHub
parent 1fb077118d
commit 2682633381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ linter:
# - one_member_abstracts # too many false positives
- only_throw_errors # this does get disabled in a few places where we have legacy code that uses strings et al
- overridden_fields
- package_api_docs
# - package_api_docs # Deprecated (https://github.com/dart-lang/linter/issues/5107)
- package_names
- package_prefixed_library_names
# - parameter_assignments # we do this commonly