This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 --apply-unsafe and --apply CLI arguments cause errors not to be returned #4569
Labels
Milestone
Environment information
What happened?
As discussed on Discord, I noticed that when I run
rome check --apply-unsafe .
and there are errors, the output says:But if I run
rome check .
then it shows me the actual errors.It would be great if there was a way for the CLI to show both of those behaviours together, ie. I want the fixes to be applied but also errors for what couldn't be fixed shown too.
This is how ESLint works.
Expected result
CLI output would show remaining errors that couldn't be auto-fixed.
Code of Conduct
The text was updated successfully, but these errors were encountered: