aboutsummaryrefslogtreecommitdiff
path: root/config/checkstyle_checks.xml
diff options
context:
space:
mode:
authorAndrei Selkin <andreyselkin@gmail.com>2016-10-22 23:53:36 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2016-10-22 15:36:19 -0700
commite163d249091894056fde46a1c85fcf33d09fbd6a (patch)
tree3f751ecfab619b4f25d48b4d482921796cb0e4b4 /config/checkstyle_checks.xml
parenta9793a93bac8dd73b6543a15c3a4d372414be985 (diff)
downloadcheckstyle-e163d249091894056fde46a1c85fcf33d09fbd6a.tar.gz
Issue #3102: Fix DesignForExtension violations on Checkstyle's source code
Diffstat (limited to 'config/checkstyle_checks.xml')
-rw-r--r--config/checkstyle_checks.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/checkstyle_checks.xml b/config/checkstyle_checks.xml
index 226add9d5..9f6d7289c 100644
--- a/config/checkstyle_checks.xml
+++ b/config/checkstyle_checks.xml
@@ -157,11 +157,7 @@
<!-- Class Design -->
<module name="DesignForExtension">
- <!--
- We should postpone DesignForExtension Check enforcement till next major release
- as it will seriously brake backward compatibility with existing usage of our library
- -->
- <property name="severity" value="ignore"/>
+ <property name="ignoredAnnotations" value="Override, Test, Before, After, BeforeClass, AfterClass"/>
</module>
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>