Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/checkstyle.xml Fri Mar 12 15:11:44 2021 +0100 +++ b/checkstyle.xml Tue Mar 16 12:19:27 2021 +0100 @@ -34,8 +34,6 @@ <module name="TreeWalker"> - <property name="cacheFile" value="${checkstyle.cache.file}"/> - <!-- required for SuppressWarningsFilter (and other Suppress* rules not used here) --> <!-- see http://checkstyle.sourceforge.net/config_annotation.html#SuppressWarningsHolder --> <module name="SuppressWarningsHolder"/>