From c9714df75cf05ea15ac7e5ccd346b032923c7ab2 Mon Sep 17 00:00:00 2001 From: seagle Date: Thu, 5 May 2022 16:29:09 +0800 Subject: [PATCH] fix checkstyle setting issue (#1857) --- pom.xml | 7 +++++++ style/checkstyle.xml | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1b3aa16757..398875f235 100644 --- a/pom.xml +++ b/pom.xml @@ -351,6 +351,13 @@ org.apache.maven.plugins maven-checkstyle-plugin ${checkstyle.version} + + + com.puppycrawl.tools + checkstyle + 8.45 + + style/checkstyle.xml UTF-8 diff --git a/style/checkstyle.xml b/style/checkstyle.xml index 87daf70145..acc4c40d95 100644 --- a/style/checkstyle.xml +++ b/style/checkstyle.xml @@ -12,7 +12,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -86,7 +86,7 @@ value="Method name ''{0}'' must match pattern ''{1}''."/> - +