Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 99162a3

Browse files
authored
Disable non-functional and deprecated package_api_docs lint (#55833)
Reference: https://github.com/dart-lang/linter/issues/5107
1 parent cb51292 commit 99162a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ linter:
134134
# - one_member_abstracts # too many false positives
135135
- only_throw_errors # this does get disabled in a few places where we have legacy code that uses strings et al
136136
- overridden_fields
137-
- package_api_docs
138137
- package_names
139138
- package_prefixed_library_names
140139
# - parameter_assignments # we do this commonly

0 commit comments

Comments
 (0)