This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 472be64 Use build/checkstyle-cachefile instead of target/... for the
cache file
472be64 is described below
commit 472be64cfed80edb7869e4608794f167735dc70b
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Tue Nov 19 17:17:51 2019 +0300
Use build/checkstyle-cachefile instead of target/... for the cache file
---
src/main/config/checkstyle/checker.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/config/checkstyle/checker.xml
b/src/main/config/checkstyle/checker.xml
index b6c3f28..b1c24a9 100644
--- a/src/main/config/checkstyle/checker.xml
+++ b/src/main/config/checkstyle/checker.xml
@@ -66,7 +66,7 @@ limitations under the License.
<module name="FileTabCharacter"/>
<module name="TreeWalker">
- <property name="cacheFile" value="target/checkstyle-cachefile"/>
+ <property name="cacheFile" value="build/checkstyle-cachefile"/>
<!-- Checks for blocks. You know, those {}'s -->
<!-- See http://checkstyle.sf.net/config_blocks.html -->