|
110 | 110 | <!-- Checks for Size Violations. --> |
111 | 111 | <!-- See http://checkstyle.sf.net/config_sizes.html --> |
112 | 112 | <module name="LineLength"/> |
113 | | - <module name="MethodLength"/> |
| 113 | + <!-- <module name="MethodLength"/> --> |
114 | 114 | <module name="ParameterNumber"/> |
115 | 115 |
|
116 | 116 |
|
|
146 | 146 | <!-- Checks for common coding problems --> |
147 | 147 | <!-- See http://checkstyle.sf.net/config_coding.html --> |
148 | 148 | <!-- <module name="AvoidInlineConditionals"/> --> |
149 | | - <module name="EmptyStatement"/> |
| 149 | + <!-- <module name="EmptyStatement"/> --> |
150 | 150 | <module name="EqualsHashCode"/> |
151 | 151 | <!-- <module name="HiddenField"/> --> |
152 | 152 | <module name="IllegalInstantiation"/> |
153 | 153 | <!-- <module name="InnerAssignment"/> --> |
154 | 154 | <!-- <module name="MagicNumber"/> --> |
155 | 155 | <module name="MissingSwitchDefault"/> |
156 | 156 | <module name="RedundantThrows"/> |
157 | | - <module name="SimplifyBooleanExpression"/> |
| 157 | + <!-- <module name="SimplifyBooleanExpression"/> --> |
158 | 158 | <module name="SimplifyBooleanReturn"/> |
159 | 159 |
|
160 | 160 | <!-- Checks for class design --> |
161 | 161 | <!-- See http://checkstyle.sf.net/config_design.html --> |
162 | 162 | <!-- <module name="DesignForExtension"/> --> |
163 | 163 | <module name="FinalClass"/> |
164 | 164 | <!-- <module name="HideUtilityClassConstructor"/> --> |
165 | | - <module name="InterfaceIsType"/> |
| 165 | + <!-- <module name="InterfaceIsType"/> --> |
166 | 166 | <!-- <module name="VisibilityModifier"/> --> |
167 | 167 |
|
168 | 168 |
|
|
0 commit comments