diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 000000000..b2e6fa633 --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 929b355c6..0b87ab326 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,10 @@ 3.1.0 3.0.1 1.6.13 + 3.4.0 + 10.17.0 + 4.8.6.2 + 4.8.6 @@ -352,6 +356,69 @@ ${test.src.dir} + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle-maven-plugin.version} + + + validate + + check + + + checkstyle.xml + true + UTF-8 + true + false + false + org.checkstyle.google.severity=warning + ${project.basedir}/target/checkstyle-report.xml + + + + + + com.puppycrawl.tools + checkstyle + ${checkstyle-dependency.version} + + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + + verify + + check + + + + + Max + Low + true + false + true + true + ${project.basedir}/target/ + + + + + com.github.spotbugs + spotbugs + ${spotbugs.version} + pom + + + org.apache.maven.plugins maven-compiler-plugin