From 51efa4d6b70b4415c9e8817794d35cfaf3033cd9 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Fri, 21 Jan 2022 14:09:42 +0100 Subject: [PATCH] Add kokuwa checkstyle. --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/pom.xml b/pom.xml index 6bcad56..42fdf73 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,10 @@ true + checkstyle.xml + checkstyle-suppression.xml + true + @@ -82,6 +86,7 @@ 3.1.0 + 3.1.2 3.8.1 3.0.0-M2 3.0.1 @@ -94,6 +99,8 @@ 3.0.0-M5 1.1.0 1.6.8 + 9.2.1 + 0.5.6 @@ -193,6 +200,25 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + ${version.org.apache.maven.plugins.checkstyle} + + + com.puppycrawl.tools + checkstyle + ${version.com.puppycrawl.tools.checkstyle} + + + io.kokuwa + maven-parent + ${version.io.kokuwa.checkstyle} + zip + checkstyle + + + org.apache.maven.plugins maven-clean-plugin @@ -306,6 +332,19 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + check + + + + +