Mercurial > dive4elements > river
comparison checkstyle.xml @ 9726:0a5239a1e46e 3.2.x
Upgrade to Log4j 2
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 02 Mar 2022 10:26:50 +0100 |
parents | 05e844922148 |
children | 47eee0be5792 |
comparison
equal
deleted
inserted
replaced
9725:da398790fa32 | 9726:0a5239a1e46e |
---|---|
69 | 69 |
70 <!-- Checks for Size Violations. --> | 70 <!-- Checks for Size Violations. --> |
71 <!-- See http://checkstyle.sf.net/config_sizes.html --> | 71 <!-- See http://checkstyle.sf.net/config_sizes.html --> |
72 <module name="LineLength"> | 72 <module name="LineLength"> |
73 <property name="ignorePattern" value="^ *\$wnd.*$"/> | 73 <property name="ignorePattern" value="^ *\$wnd.*$"/> |
74 <property name="severity" value="warning"/> | |
74 </module> | 75 </module> |
75 | 76 |
76 | 77 |
77 <!-- Checks for whitespace --> | 78 <!-- Checks for whitespace --> |
78 <!-- See http://checkstyle.sf.net/config_whitespace.html --> | 79 <!-- See http://checkstyle.sf.net/config_whitespace.html --> |