-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-dart-cliUse area-dart-cli for issues related to the 'dart' command like tool.Use area-dart-cli for issues related to the 'dart' command like tool.dart-cli-analyzeIssues related to the 'dart analyze' toolIssues related to the 'dart analyze' tool
Description
Hey there,
It seems that when you run analysis using the dart CLI and choosing output format JSON, you can't pipe it to a parser without cleaning the output a little
Running the command dart analyze . --format json
Would yield the following if there are no errors
Analyzing ....
No issues found!
If there are errors, this would yield
Analyzing ....
{JSON omitted for brevity}
A quick inspection into the command source led me to understand that it's already being done on machine output and it's unclear to me why not also on JSON
Thanks
Eli
Metadata
Metadata
Assignees
Labels
area-dart-cliUse area-dart-cli for issues related to the 'dart' command like tool.Use area-dart-cli for issues related to the 'dart' command like tool.dart-cli-analyzeIssues related to the 'dart analyze' toolIssues related to the 'dart analyze' tool