Skip to content

Commit

Permalink
Remove non-functional package_api_docs lint
Browse files Browse the repository at this point in the history
This lint hasn't been functional for a long time, so it's likely to removed (https://github.com/dart-lang/linter/issues/5107).
  • Loading branch information
parlough authored Oct 16, 2024
1 parent 9881d3e commit fe0e56c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions all_lint_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ linter:
- one_member_abstracts
- only_throw_errors
- overridden_fields
- package_api_docs
- package_names
- package_prefixed_library_names
- parameter_assignments
Expand Down Expand Up @@ -176,4 +175,4 @@ linter:
- use_string_buffers
- use_to_and_as_if_applicable
- valid_regexps
- void_checks
- void_checks

0 comments on commit fe0e56c

Please sign in to comment.