aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-07-14 06:15:51 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2017-07-14 06:15:51 -0700
commit66d866e59189f2eb707cc4eca3d7ee0240e38a70 (patch)
tree3da36d7dd1df3488c9e98351e640332e8bfe444d /config
parente02d6889a7474d7e2e796f1244eabcba4d4ce99d (diff)
downloadcheckstyle-66d866e59189f2eb707cc4eca3d7ee0240e38a70.tar.gz
config: fix in message key for SuppressWarnings (caused by previous commit)
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 e7205fb4b..a6918a97c 100644
--- a/config/checkstyle_checks.xml
+++ b/config/checkstyle_checks.xml
@@ -151,7 +151,7 @@
<module name="PackageAnnotation"/>
<module name="SuppressWarnings">
<property name="format" value="^((?!unchecked|deprecation|rawtypes).)*$"/>
- <message key="suppressed.warning.not.allowe"
+ <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"
/>
</module>