melos
melos copied to clipboard
request: Support `--set-exit-if-changed` in `melos format`
Is there an existing feature request for this?
- [X] I have searched the existing issues.
Command
melos format --set-exit-if-changed
Description
The --set-exit-if-changed flag from dart format would be good to propagate from melos format
Reasoning
When running melos format in CI you usually want to do a check with --set-exit-if-changed.
Additional context and comments
No response