Replies: 1 comment
-
Spotless doesn't have anything out-of-the-box to support this. We have an open issue which frames this in a different way - rather than opening a new PR, spotless could create comments on the existing GitHub PR which have suggested fixes. PRs welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Spotless community 👋
We’ve recently adopted
Spotless
in our project to enforce consistent code formatting.It’s working well so far, and now we’re looking into ways to make better use of it — especially in our
CI
workflows.One improvement we’re considering is to have the CI not only check formatting but also automatically apply fixes using
mvn spotless:apply
, commit the changes, and push them back to the contributor’s PR branch.CI Workflow
apache/incubator-seata#7308Before we try implementing this, I’d love to hear from the community:
Any advice or experience would be greatly appreciated!
Thanks so much 🙌
Yongjun Hong / YongGoose
Beta Was this translation helpful? Give feedback.
All reactions