Skip to content

Commit f26bce6

Browse files
authored
chore: Remove the package_api_docs lint in next release (#118)
* chore: Remove the `package_api_docs` lint in next release * chore: Remove the `package_api_docs` lint in next release
1 parent 33f05a1 commit f26bce6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Below is a list of rules that are not enabled by default together with the reaso
125125
| [`unreachable_from_main`](https://dart.dev/tools/linter-rules/unreachable_from_main) | Not specified |
126126
| [`unsafe_html`](https://dart.dev/tools/linter-rules/unsafe_html) | Not specified |
127127
| [`use_decorated_box`](https://dart.dev/tools/linter-rules/use_decorated_box) | [Has unresolved malfunctions](https://github.com/dart-lang/linter/issues/3286) |
128+
| [`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) |
128129

129130
<!-- end:excluded_rules_table -->
130131

lib/analysis_options.7.0.0.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ linter:
110110
- one_member_abstracts
111111
- only_throw_errors
112112
- overridden_fields
113-
- package_api_docs
114113
- package_names
115114
- parameter_assignments
116115
- prefer_adjacent_string_concatenation

tool/linter_rules/exclusion_reasons.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"unnecessary_null_aware_operator_on_extension_on_nullable": "Not specified",
3131
"unreachable_from_main": "Not specified",
3232
"unsafe_html": "Not specified",
33-
"use_decorated_box": "[Has unresolved malfunctions](https://github.com/dart-lang/linter/issues/3286)"
33+
"use_decorated_box": "[Has unresolved malfunctions](https://github.com/dart-lang/linter/issues/3286)",
34+
"package_api_docs": "Has been deprecated and [will be removed](https://github.com/dart-lang/linter/issues/5107)"
3435
}

0 commit comments

Comments
 (0)