-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use automated code formatting #370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request. One item needs to be addressed.
This reverts commit d850c50.
Fix formatting errors in the contributing file
@shivajee98 there was a code change hidden in the formatting. That's a bad thing to when your pull request description says that there are no code changes in the pull request. Luckily, I found the code changes by running the formatting step myself. I've reverted the source code changes but retained the changes in the contributing guide because they fix a bug in the earlier contributing guide and tell contributors how to use code formatting and spotbugs. |
Apply Code Formatting
This commit addresses code formatting inconsistencies in the parameterized-trigger-plugin.
The changes were made using the
mvn spotless:apply
command, which automatically enforces the project's coding standards.Changes include insertions and deletions to ensure a consistent and readable codebase. The formatting adjustments do not impact the functionality of the plugin.
Details:
mvn spotless:apply
to enforce coding standardsTesting done
Testing done locally on ubuntu 23.10
Submitter checklist