Browse Source

Remove "design for extension" from checkstyle checks


git-svn-id: http://svn.dmdirc.com/trunk@3964 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 years ago
parent
commit
46ba750f21
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      checkstyle/dmdirc_checks.xml

+ 1
- 1
checkstyle/dmdirc_checks.xml View File

@@ -154,7 +154,7 @@
154 154
 
155 155
         <!-- Checks for class design                         -->
156 156
         <!-- See http://checkstyle.sf.net/config_design.html -->
157
-        <module name="DesignForExtension"/>
157
+        <!-- <module name="DesignForExtension"/> -->
158 158
         <module name="FinalClass"/>
159 159
         <module name="HideUtilityClassConstructor"/>
160 160
         <module name="InterfaceIsType"/>

Loading…
Cancel
Save