From 84ba9feba2c7a15decbd9eac4219b17b321a36a8 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Tue, 2 Jun 2020 14:35:59 +1000 Subject: [PATCH] Linking to a analysis_options.yaml that is present (#450) fixes: https://github.com/flutter/samples/issues/449 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51c620073..e0e846435 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,7 @@ Each app should: [stable](https://github.com/flutter/flutter/wiki/Flutter-build-release-channels) release of the Flutter SDK. * Include the same - [`analysis_options.yaml`](https://github.com/flutter/samples/blob/master/gallery/analysis_options.yaml) + [`analysis_options.yaml`](https://github.com/flutter/samples/blob/master/animations/analysis_options.yaml) file used throughout the repo. These files include a base set of analyzer conventions and lints. * Have no analyzer errors or warnings.