diff --git a/analysis_options.yaml b/analysis_options.yaml index 1fcc487181828..771f8790dde4e 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -134,7 +134,6 @@ linter: # - one_member_abstracts # too many false positives - only_throw_errors # this does get disabled in a few places where we have legacy code that uses strings et al - overridden_fields - - package_api_docs - package_names - package_prefixed_library_names # - parameter_assignments # we do this commonly