From 93e56382a44b7e8d1c803a426299110ac4358d2a Mon Sep 17 00:00:00 2001 From: Michael Klimushyn Date: Wed, 4 Dec 2019 14:11:02 -0800 Subject: [PATCH] [e2e_macos] Remove redundant analysis_options.yaml There isn't any Dart code in this directory, so the analysis_options isn't doing anything or necessary. --- packages/e2e/e2e_macos/analysis_options.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 packages/e2e/e2e_macos/analysis_options.yaml diff --git a/packages/e2e/e2e_macos/analysis_options.yaml b/packages/e2e/e2e_macos/analysis_options.yaml deleted file mode 100644 index e1dadb9e2b2a..000000000000 --- a/packages/e2e/e2e_macos/analysis_options.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# 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: - public_member_api_docs: ignore - unawaited_futures: ignore