We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package_api_docs
1 parent 1fb0771 commit 2682633Copy full SHA for 2682633
analysis_options.yaml
@@ -145,7 +145,7 @@ linter:
145
# - one_member_abstracts # too many false positives
146
- only_throw_errors # this does get disabled in a few places where we have legacy code that uses strings et al
147
- overridden_fields
148
- - package_api_docs
+ # - package_api_docs # Deprecated (https://github.com/dart-lang/linter/issues/5107)
149
- package_names
150
- package_prefixed_library_names
151
# - parameter_assignments # we do this commonly
0 commit comments