diff checkstyle.xml @ 9794:47eee0be5792 3.2.x

Upgrade to latest Checkstyle plugin supporting used Maven version
author Tom Gottfried <tom@intevation.de>
date Thu, 02 Nov 2023 11:20:50 +0100
parents 0a5239a1e46e
children
line wrap: on
line diff
--- a/checkstyle.xml	Wed Nov 01 19:06:30 2023 +0100
+++ b/checkstyle.xml	Thu Nov 02 11:20:50 2023 +0100
@@ -32,6 +32,13 @@
     <property name="message" value="Line has trailing spaces."/>
   </module>
 
+  <!-- Checks for Size Violations.                    -->
+  <!-- See http://checkstyle.sf.net/config_sizes.html -->
+  <module name="LineLength">
+    <property name="ignorePattern" value="^ *\$wnd.*$"/>
+    <property name="severity" value="warning"/>
+  </module>
+
   <module name="TreeWalker">
 
     <!-- required for SuppressWarningsFilter (and other Suppress* rules not used here) -->
@@ -67,14 +74,6 @@
     <module name="UnusedImports"/>
 
 
-    <!-- Checks for Size Violations.                    -->
-    <!-- See http://checkstyle.sf.net/config_sizes.html -->
-    <module name="LineLength">
-      <property name="ignorePattern" value="^ *\$wnd.*$"/>
-      <property name="severity" value="warning"/>
-    </module>
-
-
     <!-- Checks for whitespace                               -->
     <!-- See http://checkstyle.sf.net/config_whitespace.html -->
     <!--<module name="EmptyForIteratorPad"/>

http://dive4elements.wald.intevation.org