You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/04/26 08:00:33 UTC

[shardingsphere] branch master updated: Adjust checkstyle format (#25331)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 50640ab4b7e Adjust checkstyle format (#25331)
50640ab4b7e is described below

commit 50640ab4b7eee8338bc2c0ec29b3e921f3441b82
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Wed Apr 26 16:00:26 2023 +0800

    Adjust checkstyle format (#25331)
---
 src/resources/checkstyle.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/resources/checkstyle.xml b/src/resources/checkstyle.xml
index e4d5abe2290..a23cfda3aa8 100644
--- a/src/resources/checkstyle.xml
+++ b/src/resources/checkstyle.xml
@@ -91,9 +91,7 @@
         <module name="DefaultComesLast" />
         <module name="EmptyStatement" />
         <module name="EqualsAvoidNull" />
-        <module name="EqualsHashCode">
-            <property name="severity" value="warning" />
-        </module>
+        <module name="EqualsHashCode" />
         <module name="ExplicitInitialization" />
         <module name="FallThrough" />
         <module name="IllegalCatch" />