Skip to content

Conversation

@Anmol202005
Copy link
Collaborator

@Anmol202005 Anmol202005 commented Jun 6, 2025

Fixes: #5

Added checkstyle to project to ensure code readability and consistent code style.

Copy link
Member

@rdiachenko rdiachenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Comment on lines +8 to +11
<suppress checks="HeaderCheck" files=".*"/>
<suppress checks="RegexpHeader" files=".*"/>
<suppress checks="header" files=".*\.java"/>
<suppress checks="multiFileRegexpHeader" files=".*"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok for now as we are in exploration mode. Please investigate whether we need to include a license header given the license for this project and create issue to update all files and remove this supressions. When project is stabilised, that will be a good time fix this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.
created: #17

@rdiachenko rdiachenko merged commit 5bece85 into checkstyle:main Jun 8, 2025
3 checks passed
@romani
Copy link
Member

romani commented Jun 8, 2025

@Anmol202005 , @rdiachenko , it will be good to eat food we produce, so after compilation/assemble CI runs auto fix on its own sources, and falilng if there is any diff.

@rdiachenko
Copy link
Member

@Anmol202005 , @rdiachenko , it will be good to eat food we produce, so after compilation/assemble CI runs auto fix on its own sources, and falilng if there is any diff.

yep, that's the plan, thanks! @Anmol202005 please create issue for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Checkstyle to Project

3 participants