Comment out a rule that triggers a failure
This commit is contained in:
parent
994ea9c0b6
commit
7ba331995d
@ -43,10 +43,12 @@
|
||||
<!--
|
||||
<module name="FinalLocalVariable"/>
|
||||
-->
|
||||
<!-- Commented out due to http://jira.codehaus.org/browse/MCHECKSTYLE-111
|
||||
<module name="RedundantThrows">
|
||||
<property name="logLoadErrors" value="false"/>
|
||||
<property name="suppressLoadErrors" value="true"/>
|
||||
</module>
|
||||
-->
|
||||
<module name="SimplifyBooleanExpression"/>
|
||||
<module name="SimplifyBooleanReturn"/>
|
||||
<module name="NoFinalizer"/>
|
||||
|
Loading…
Reference in New Issue
Block a user