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
This commit is contained in:
parent
0f1a703a6b
commit
435c25bfc4
@ -7,15 +7,19 @@
|
|||||||
# See the configuration guide for more
|
# See the configuration guide for more
|
||||||
# https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer
|
# 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 (this file)
|
||||||
# - .analysis_options_repo
|
# - .analysis_options_repo
|
||||||
# - packages/flutter/lib/analysis_options_user.yaml
|
# - 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.
|
# 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;
|
# 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,
|
# the only difference (currently) is the public_member_api_docs option,
|
||||||
# which triggers too many messages to be used in editors.
|
# 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:
|
analyzer:
|
||||||
language:
|
language:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user