Exit code on lint failures #57217
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
type-enhancement
A request for a change that isn't a bug
Should the linter return a non-zero exit code if a source file fails a lint? The linter is always returning 0, which makes it difficult for a script to know if linting fails without having to parse the result.
The text was updated successfully, but these errors were encountered: