ソースを参照

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年前
コミット
46ba750f21
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      checkstyle/dmdirc_checks.xml

+ 1
- 1
checkstyle/dmdirc_checks.xml ファイルの表示

@@ -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"/>

読み込み中…
キャンセル
保存