Removed cache setting that directly refers to target directory.

The configuration is not really needed for maven builds as it is already
the default configuration. However, it breaks Eclipse checks as
different checkstyle versions (the one from maven and the one from
Eclipse) cannot share a common cache file.
This commit is contained in:
Luc Maisonobe 2015-04-30 18:31:53 +02:00
parent 95e1973a41
commit 93769f2004
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@
<module name="TreeWalker">
<property name="cacheFile" value="target/checkstyle-cachefile"/>
<!-- Operator must be at end of wrapped line -->
<module name="OperatorWrap">
<property name="option" value="eol"/>