From dbf3df304e2e64666c7a2b503c3288c8e10a9401 Mon Sep 17 00:00:00 2001 From: Octavian Ciubotaru Date: Thu, 1 Oct 2020 13:00:53 +0300 Subject: [PATCH] #304 Use correct configuration for checkstyle when invoked directly --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index d7602d0b..acd77c89 100644 --- a/pom.xml +++ b/pom.xml @@ -142,20 +142,20 @@ validate validate - - checkstyle.xml - checkstyle-suppressions.xml - UTF-8 - true - false - true - warning - check + + checkstyle.xml + checkstyle-suppressions.xml + UTF-8 + true + false + true + warning +