You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Is there a design doc you can point me to that can help me understand why I would want to use a command line tool that is like no other I've used in 40 years?
Ah I am sorry I didn't see issue #3443 before, I should have found it before logging a duplicate. Very sloppy of me.
FWIW I think @JaySal's comment there is correct, that rome format should act as a pipeline command and print formatted output to stdout by default, and the verbose error message-style output belongs in some other command. But I don't care too much about this as rome format --write is more convenient than dealing with classic pipelines anyway, and not so far off the beaten path as to raise eyebrows.
As far as I'm concerned rome ci does too much and has no point in existing, when I could instead run rome lint followed by rome format or the other way around. As more tools get added to rome it is more and more likely that the users will want a subset of them, and not a single "does it all" ci command that then needs phases disabled with flags. Just my opinion.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment information
What happened?
npx rome format source
complains about some source filesecho $?
outputs0
Expected result
I expect the exit code to indicate a problem so that scripting can react to an incorrectly formatted project.
Code of Conduct
The text was updated successfully, but these errors were encountered: