icebreaker-science / backend

The backend (Spring Boot) part of the icebreaker.science application
Apache License 2.0
2 stars 0 forks source link

Add linting support #22

Closed michael-kamel closed 4 years ago

michael-kamel commented 4 years ago

Fixes #11 There are many options for formatting / linting and no go to standard solution. I used a basic Sun style checkstyle configuration in this pr. Maybe we can use something like SonarQube instead for managing overall quality?

Additional changes

Final Changes

chaoran-chen commented 4 years ago

I like the style :)

vordemann commented 4 years ago

Sun style checkstyle looks good

vordemann commented 4 years ago

Adjustments: no tabs, and line size amend

BJRWolf commented 4 years ago

looks good