Cleaned up PMD config

This commit is contained in:
Erik C. Thauvin 2023-08-19 11:56:23 -07:00
parent 6451d45e7c
commit b18a9f641c
5 changed files with 11 additions and 21 deletions

View file

@ -36,6 +36,12 @@
<exclude name="UseUnderscoresInNumericLiterals"/>
</rule>
<rule ref="category/java/codestyle.xml/UnnecessaryImport">
<properties>
<property name="violationSuppressRegex" value="Unused (static|.*\.\*).*"/>
</properties>
</rule>
<!-- DESIGN -->
<rule ref="category/java/design.xml">
<exclude name="AvoidCatchingGenericException"/>