blob: 6a095d6e3a69ae49485b7b74da07eea23a841e22 [file] [log] [blame]
# This is a temporary file to allow us to land a new set of linter rules in a
# series of manageable patches instead of one gigantic PR. It disables some of
# the new lints that are already failing on this plugin, for this plugin. It
# should be deleted and the failing lints addressed as soon as possible.
include: ../../analysis_options.yaml
analyzer:
errors:
avoid_init_to_null: ignore
prefer_is_empty: ignore
prefer_is_not_empty: ignore
public_member_api_docs: ignore
type_init_formals: ignore
unnecessary_new: ignore
unawaited_futures: ignore