Make "why not promoted" information more discoverable in dartanalyzer tool #45546
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-command
Issues with the command-line dartanalyzer tool
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
This is the companion to issue #44904, for the
dartanalyzer
command line tool.Although we hope to deprecate
dartanalyzer
in the near term (1-2 quarters), the "why not promoted" feature is currently working and ready to ship in the next stable release. Since we haven't yet begun the deprecation process, I suspect that most customers of the command line analyzer probably still usedartanalyzer
rather thandart analyze
, so I think it makes sense to backport support for this feature todartanalyzer
.The specific work that needs to be done is to change
dartanalyzer
so that it shows context information even when--verbose
is not specified.The text was updated successfully, but these errors were encountered: