Commit 435c25bf authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Add note to .analysis_options about .analysis_options in flutter/plugins (#10588)

* Add note to .analysis_options about .analysis_options in flutter/plugins

* review comments
parent 0f1a703a
......@@ -7,15 +7,19 @@
# See the configuration guide for more
# https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer
#
# There are three similar analysis options files in the flutter repo:
# There are four similar analysis options files in the flutter repos:
# - .analysis_options (this file)
# - .analysis_options_repo
# - packages/flutter/lib/analysis_options_user.yaml
# - https://github.com/flutter/plugins/blob/master/.analysis_options
#
# This file contains the analysis options used by Flutter editors, such as Atom.
# It is very similar to the .analysis_options_repo file in this same directory;
# the only difference (currently) is the public_member_api_docs option,
# which triggers too many messages to be used in editors.
#
# The flutter/plugins repo contains a copy of this file, which should be kept
# in sync with this file.
analyzer:
language:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment