From c1684fb506045740cbb0f1cad89008ad4135e196 Mon Sep 17 00:00:00 2001 From: Derek Tang Date: Thu, 21 Mar 2024 11:54:34 -0400 Subject: [PATCH] fix linting --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index fac8a14..a7081b1 100644 --- a/pom.xml +++ b/pom.xml @@ -179,6 +179,32 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.1 + + + + com.puppycrawl.tools + checkstyle + 8.44 + + + + + checkstyle-check + + check + + + + + checkstyle.xml + + UTF-8 + +