From 515495e3780af0d822cc916407ac095bc6a658a7 Mon Sep 17 00:00:00 2001 From: Konloch Date: Wed, 25 Sep 2024 23:40:58 -0600 Subject: [PATCH] Implement Checkstyle --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index bed76d42..96f652cf 100644 --- a/pom.xml +++ b/pom.xml @@ -398,6 +398,14 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.5.0 + + checkstyle.xml + + org.apache.maven.plugins maven-compiler-plugin