Skip to content

Commit 2682633

Browse files
authored
Remove non-functional, deprecated package_api_docs lint (#156603)
Reference: https://github.com/dart-lang/linter/issues/5107
1 parent 1fb0771 commit 2682633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ linter:
145145
# - one_member_abstracts # too many false positives
146146
- only_throw_errors # this does get disabled in a few places where we have legacy code that uses strings et al
147147
- overridden_fields
148-
- package_api_docs
148+
# - package_api_docs # Deprecated (https://github.com/dart-lang/linter/issues/5107)
149149
- package_names
150150
- package_prefixed_library_names
151151
# - parameter_assignments # we do this commonly

0 commit comments

Comments
 (0)