Skip to content

Commit

Permalink
Remove non-functional, deprecated package_api_docs lint (#156603)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Oct 11, 2024
1 parent 1fb0771 commit 2682633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2682633

Please sign in to comment.