AvoidCatchingGenericException excluded from dogfood ruleset
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6846 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
1 parent
42a4eeb7e5
commit
4a385f8ace
1 file changed
+1
@@ -164,6 +164,7 @@
|
||||
|
||||
<rule ref="rulesets/java/strictexception.xml">
|
||||
<!-- TODO Work towards enabling the following, disabled for now because of failing code -->
|
||||
<exclude name="AvoidCatchingGenericException"/>
|
||||
<exclude name="AvoidThrowingRawExceptionTypes"/>
|
||||
<exclude name="SignatureDeclareThrowsException"/>
|
||||
<exclude name="DoNotThrowExceptionInFinally"/>
|
||||
|
||||
Reference in new issue
Block a user