Skip to content

Commit

Permalink
chore: Remove the package_api_docs lint in next release (#118)
Browse files Browse the repository at this point in the history
* chore: Remove the `package_api_docs` lint in next release

* chore: Remove the `package_api_docs` lint in next release
  • Loading branch information
wolfenrain authored Oct 30, 2024
1 parent 33f05a1 commit f26bce6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Below is a list of rules that are not enabled by default together with the reaso
| [`unreachable_from_main`](https://dart.dev/tools/linter-rules/unreachable_from_main) | Not specified |
| [`unsafe_html`](https://dart.dev/tools/linter-rules/unsafe_html) | Not specified |
| [`use_decorated_box`](https://dart.dev/tools/linter-rules/use_decorated_box) | [Has unresolved malfunctions](https://github.com/dart-lang/linter/issues/3286) |
| [`package_api_docs`](https://dart.dev/tools/linter-rules/package_api_docs) | Has been deprecated and [will be removed](https://github.com/dart-lang/linter/issues/5107) |

<!-- end:excluded_rules_table -->

Expand Down
1 change: 0 additions & 1 deletion lib/analysis_options.7.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ linter:
- one_member_abstracts
- only_throw_errors
- overridden_fields
- package_api_docs
- package_names
- parameter_assignments
- prefer_adjacent_string_concatenation
Expand Down
3 changes: 2 additions & 1 deletion tool/linter_rules/exclusion_reasons.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"unnecessary_null_aware_operator_on_extension_on_nullable": "Not specified",
"unreachable_from_main": "Not specified",
"unsafe_html": "Not specified",
"use_decorated_box": "[Has unresolved malfunctions](https://github.com/dart-lang/linter/issues/3286)"
"use_decorated_box": "[Has unresolved malfunctions](https://github.com/dart-lang/linter/issues/3286)",
"package_api_docs": "Has been deprecated and [will be removed](https://github.com/dart-lang/linter/issues/5107)"
}

0 comments on commit f26bce6

Please sign in to comment.