Mercurial > dive4elements > river
comparison checkstyle.xml @ 9714:05e844922148 3.2.x
Remove property with possibly unset variable
The unset variable prevented running standalone Checkstyle with this
configuration.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 16 Mar 2021 12:19:27 +0100 |
parents | de423c2a3c1b |
children | 0a5239a1e46e |
comparison
equal
deleted
inserted
replaced
9713:aef987124822 | 9714:05e844922148 |
---|---|
31 <property name="format" value="\s+$"/> | 31 <property name="format" value="\s+$"/> |
32 <property name="message" value="Line has trailing spaces."/> | 32 <property name="message" value="Line has trailing spaces."/> |
33 </module> | 33 </module> |
34 | 34 |
35 <module name="TreeWalker"> | 35 <module name="TreeWalker"> |
36 | |
37 <property name="cacheFile" value="${checkstyle.cache.file}"/> | |
38 | 36 |
39 <!-- required for SuppressWarningsFilter (and other Suppress* rules not used here) --> | 37 <!-- required for SuppressWarningsFilter (and other Suppress* rules not used here) --> |
40 <!-- see http://checkstyle.sourceforge.net/config_annotation.html#SuppressWarningsHolder --> | 38 <!-- see http://checkstyle.sourceforge.net/config_annotation.html#SuppressWarningsHolder --> |
41 <module name="SuppressWarningsHolder"/> | 39 <module name="SuppressWarningsHolder"/> |
42 | 40 |