We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package_api_docs
1 parent 1e670f2 commit bf751e6Copy full SHA for bf751e6
analysis_options.yaml
@@ -131,7 +131,7 @@ linter:
131
# - one_member_abstracts # too many false positives
132
- only_throw_errors # this does get disabled in a few places where we have legacy code that uses strings et al
133
- overridden_fields
134
- - package_api_docs
+ # - package_api_docs # Deprecated (https://github.com/dart-lang/linter/issues/5107)
135
- package_names
136
- package_prefixed_library_names
137
# - parameter_assignments # we do this commonly
packages/web_benchmarks/testing/test_app/analysis_options.yaml
@@ -3,5 +3,4 @@ include: ../../../../analysis_options.yaml
3
linter:
4
rules:
5
# This is test code. Do not enforce docs.
6
- package_api_docs: false
7
public_member_api_docs: false
0 commit comments