aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2016-11-20 19:16:22 -0500
committerrnveach <rveach02@gmail.com>2016-11-20 19:38:24 -0500
commita6e50f745e91abff219014269817b69541f7b7b3 (patch)
tree177ad09648ca94fcf291b648f8fe6cc15b4411cc /config
parent6f82844f83024fbec2194a17721a41e741bd6bb3 (diff)
downloadcheckstyle-a6e50f745e91abff219014269817b69541f7b7b3.tar.gz
config: added notice about hardcoded cache file
Diffstat (limited to 'config')
-rw-r--r--config/checkstyle_sevntu_checks.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/checkstyle_sevntu_checks.xml b/config/checkstyle_sevntu_checks.xml
index 8818eb4df..1cf24969e 100644
--- a/config/checkstyle_sevntu_checks.xml
+++ b/config/checkstyle_sevntu_checks.xml
@@ -7,6 +7,7 @@
<module name="Checker">
<!-- All checks are from https://github.com/sevntu-checkstyle/sevntu.checkstyle project -->
+ <!-- Hard coded until https://issues.apache.org/jira/browse/MCHECKSTYLE-332 is released. -->
<property name="cacheFile" value="target/cachefile-sevntu"/>
<!-- Filters -->