aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-07-18 07:14:21 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2017-07-18 07:14:21 -0700
commit8384acec4bab4164b084d2ad99189e895d12e79c (patch)
tree01db21236c59890699873aca658c96db4fd205ba /config
parentc7d398fe4fe841913170b086404511f7ba1cd720 (diff)
downloadcheckstyle-8384acec4bab4164b084d2ad99189e895d12e79c.tar.gz
minor: extending message for checkstyle's SuppressWarning violation
Diffstat (limited to 'config')
-rw-r--r--config/checkstyle_checks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/checkstyle_checks.xml b/config/checkstyle_checks.xml
index a6918a97c..24a085000 100644
--- a/config/checkstyle_checks.xml
+++ b/config/checkstyle_checks.xml
@@ -152,7 +152,7 @@
<module name="SuppressWarnings">
<property name="format" value="^((?!unchecked|deprecation|rawtypes).)*$"/>
<message key="suppressed.warning.not.allowed"
- value="The warning ''{0}'' cannot be suppressed at this location. If you try to suppress IntelliJ IDEA inspection, please use javadoc block tag @noinspection"
+ value="The warning ''{0}'' cannot be suppressed at this location. Only few javac warnings are allowed to suppress. If try to suppress checkstyle/pmd/..... violation please do this in their config file. If you try to suppress IntelliJ IDEA inspection, please use javadoc block tag @noinspection"
/>
</module>
<module name="SuppressWarningsHolder"/>