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:
parent
95e1973a41
commit
93769f2004
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue