We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ccec1 commit 39b8836Copy full SHA for 39b8836
config/pmd/ruleset.xml
@@ -149,11 +149,7 @@
149
<rule ref="category/java/design.xml/MutableStaticState"/>
150
<rule ref="category/java/design.xml/NcssCount"/>
151
<rule ref="category/java/design.xml/NPathComplexity"/>
152
- <rule ref="category/java/design.xml/SignatureDeclareThrowsException">
153
- <properties>
154
- <property name="IgnoreJUnitCompletely" value="false"/>
155
- </properties>
156
- </rule>
+ <rule ref="category/java/design.xml/SignatureDeclareThrowsException"/>
157
<rule ref="category/java/design.xml/SimplifiedTernary"/>
158
<rule ref="category/java/design.xml/SimplifyBooleanExpressions"/>
159
<rule ref="category/java/design.xml/SimplifyBooleanReturns"/>
0 commit comments