Closed jknack closed 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
checkstyle.xml
src/etc
src/etc/checkstyle.xml + mvn clean package will run checkstyle at the end of the build
src/etc/checkstyle.xml
mvn clean package
perhabs a good idea is to include findbugs as well?
good call, can you file an issue for findbugs?
:)
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