1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Linking to a analysis_options.yaml that is present (#450)

fixes: https://github.com/flutter/samples/issues/449
This commit is contained in:
Brett Morgan
2020-06-02 14:35:59 +10:00
committed by GitHub
parent c537c3b818
commit 84ba9feba2

View File

@@ -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.