-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore|style: code-style validation through checkstyle and reformat according to tractus-x style guide #80
chore|style: code-style validation through checkstyle and reformat according to tractus-x style guide #80
Conversation
agent-plane/agent-plane-protocol/src/main/java/org/eclipse/tractusx/agents/edc/SkillStore.java
Show resolved
Hide resolved
...ne-protocol/src/main/java/org/eclipse/tractusx/agents/edc/service/DataspaceSynchronizer.java
Show resolved
Hide resolved
...ne-protocol/src/main/java/org/eclipse/tractusx/agents/edc/service/DataspaceSynchronizer.java
Show resolved
Hide resolved
@carslen with my best regards, here is another checkstyle introduction that has been already checked by @Martin0815bla for possible IP changes |
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.
While this is a huge PR, that would require a project contribution IP check, the changes are almost without exception formatting ones.
So frine from my point of view. With .editorconfig
in place this should not happen too often 😁
WHAT
This PR introduces checkstyle into the build process based on the Tractus-X style guide for Java.
It also performs the whole reformatting necessary on the source files.
Finally it did a DEPENDENCY check using a more up-to-date dash version.
WHY
Developers from other parts of Tractus-X were confused by the current approach (which was mostly checked with spotless and without any specific rules).
FURTHER NOTES
Closes #57 <-- insert Issue number if one exists
Closes #76
May conflict with other PRs of higher priority in which case this needs to be resolved.