dart analyze
should not spawn analyzer_plugins
#56667
Labels
analyzer-plugin
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
For a long time, analyzer_plugins never quite worked with
dart analyze
/flutter analyze
(cf flutter/flutter#28327).Yet those command still somehow try to spawn analyzer_plugins regardless
Most analyzer_plugins already offer a custom CLI to manually trigger a
dart analyze
equivalent for their plugins. So since analyzer_plugins don't work withdart analyze
yet, it's probably more logical to not run them at all, and suggest analyzer_plugin authors to make a custom CLI for it.The text was updated successfully, but these errors were encountered: