aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2015-11-03 11:41:05 -0500
committerRoman Ivanov <ivanov-jr@mail.ru>2015-11-04 08:42:59 -0800
commit16969772f848a5ad7cf2beee54e262c01e17a974 (patch)
tree8692f9bcfc1be0a1f0a2fbd4f45dae9cf3690335 /config
parentf86835edb3bbed49464d8fe5223ba120a63bdf43 (diff)
downloadcheckstyle-16969772f848a5ad7cf2beee54e262c01e17a974.tar.gz
Issue #2451: allow unknown tags for javadoc type
Diffstat (limited to 'config')
-rw-r--r--config/checkstyle_checks.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/checkstyle_checks.xml b/config/checkstyle_checks.xml
index 021f92d54..1b4abbbca 100644
--- a/config/checkstyle_checks.xml
+++ b/config/checkstyle_checks.xml
@@ -109,6 +109,8 @@
<module name="InnerAssignment"/>
<module name="JavadocType">
<property name="authorFormat" value="\S"/>
+ <!-- avoid errors on tag '@noinspection' -->
+ <property name="allowUnknownTags" value="true"/>
</module>
<module name="JavadocMethod">
<property name="allowUndeclaredRTE" value="true"/>