Skip to content
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

Consider checkstyle implementation #104

Open
Crumby opened this issue Jun 27, 2018 · 3 comments
Open

Consider checkstyle implementation #104

Crumby opened this issue Jun 27, 2018 · 3 comments
Labels
Milestone

Comments

@Crumby
Copy link
Contributor

Crumby commented Jun 27, 2018

We should take a look at checkstyle possibilities to keep all classes consistent.

@dsimansk
Copy link
Contributor

dsimansk commented Jun 28, 2018

I've added a checkstyle via #108 with a couple of rules we used to have on previous utils iterations. However, we could even consider more standard rulesets with more strict approach also, like Google's or Sun's.

https://github.com/checkstyle/checkstyle/tree/master/src/main/resources
http://checkstyle.sourceforge.net/google_style.html
http://checkstyle.sourceforge.net/sun_style.html

@mnovak1
Copy link
Contributor

mnovak1 commented Jan 31, 2020

@Crumby what about to use maven formatter plugin [1] which automatically format the code during build?

[1] https://code.revelc.net/formatter-maven-plugin/

@mnovak1 mnovak1 added the minor label Apr 1, 2020
@mnovak1
Copy link
Contributor

mnovak1 commented Oct 1, 2020

Automatic formatting is done in: #394

@tommaso-borgato tommaso-borgato added this to the BACKLOG milestone Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants