jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.71k stars 197 forks source link

checkstyle via maven #148

Closed jknack closed 9 years ago

jknack commented 9 years ago

enabled http://checkstyle.sourceforge.net/ on Jooby projects.

Checkstyle will be automatically generated via maven profile if checkstyle.xml file is located at: src/etc

src/etc/checkstyle.xml + mvn clean package will run checkstyle at the end of the build

joseluisdiaz commented 9 years ago

perhabs a good idea is to include findbugs as well?

jknack commented 9 years ago

good call, can you file an issue for findbugs?

:)