Skip to content

Commit

Permalink
Maint/pmd update rules (#248)
Browse files Browse the repository at this point in the history
* 🔧 pmd exclude rules for many imports

* 🔧 pmd exclude rules for param count gt 3

* 🔧 pmd revert exclude some design rules
  • Loading branch information
simonhir authored Nov 5, 2024
1 parent 93b4ac4 commit f619cc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<exclude name="LongVariable"/>
<exclude name="OnlyOneReturn"/>
<exclude name="ShortVariable"/>
<exclude name="TooManyStaticImports"/>
</rule>
<rule ref="category/java/design.xml">
<exclude name="AvoidCatchingGenericException"/>
Expand Down

0 comments on commit f619cc7

Please sign in to comment.