Skip to content

Commit bf751e6

Browse files
authored
Disable non-functional, deprecated package_api_docs lint (#7858)
Reference: https://github.com/dart-lang/linter/issues/5107
1 parent 1e670f2 commit bf751e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ linter:
131131
# - one_member_abstracts # too many false positives
132132
- only_throw_errors # this does get disabled in a few places where we have legacy code that uses strings et al
133133
- overridden_fields
134-
- package_api_docs
134+
# - package_api_docs # Deprecated (https://github.com/dart-lang/linter/issues/5107)
135135
- package_names
136136
- package_prefixed_library_names
137137
# - parameter_assignments # we do this commonly

packages/web_benchmarks/testing/test_app/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ include: ../../../../analysis_options.yaml
33
linter:
44
rules:
55
# This is test code. Do not enforce docs.
6-
package_api_docs: false
76
public_member_api_docs: false

0 commit comments

Comments
 (0)