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

fixes: https://github.com/flutter/samples/issues/449
pull/456/head
Brett Morgan 4 years ago committed by GitHub
parent c537c3b818
commit 84ba9feba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save