🐛 organizeImports
causes check to fail but does not print errors with --diagnostic-level=error
#2288
Closed
1 task done
Labels
A-CLI
Area: CLI
A-Diagnostic
Area: diagnostocis
S-Bug-confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
Repro is available here https://codesandbox.io/p/devbox/practical-snowflake-dh8pwq
Run
npm i && npm run check
in the terminal.See that the check command failed but does not print the
organizeImports
errorsExpected result
Run
npm run check-working
which prints the error causingorganizeImports
output as green warnings.Code of Conduct
The text was updated successfully, but these errors were encountered: