Browse Source

Removed avoid inline conditionals

git-svn-id: http://svn.dmdirc.com/trunk@646 00569f92-eb28-0410-84fd-f71c24880f
tags/0.3
Gregory Holmes 17 years ago
parent
commit
3a8035a83e
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      checkstyle/dmdirc_checks.xml

+ 0
- 1
checkstyle/dmdirc_checks.xml View File

@@ -117,7 +117,6 @@
117 117
 
118 118
         <!-- Checks for common coding problems               -->
119 119
         <!-- See http://checkstyle.sf.net/config_coding.html -->
120
-        <module name="AvoidInlineConditionals"/>
121 120
         <module name="DoubleCheckedLocking"/>    <!-- MY FAVOURITE -->
122 121
         <module name="EmptyStatement"/>
123 122
         <module name="EqualsHashCode"/>

Loading…
Cancel
Save