Skip to content

Commit

Permalink
Disable Codacy utility class naming rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rcordovano committed Sep 22, 2020
1 parent 53b92bd commit 3d12a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@
<property name="interfacePattern" value="[A-Z][a-zA-Z0-9]*" />
<property name="enumPattern" value="[A-Z][a-zA-Z0-9]*" />
<property name="annotationPattern" value="[A-Z][a-zA-Z0-9]*" />
<!-- Disabled because it is too restrictive -->
<property name="utilityClassPattern" value="Ignored" />
<!-- Disabled because it is too restrictive
<property name="utilityClassPattern" value="[A-Z][a-zA-Z0-9]+(Utils?|Helper|Constants)" /> -->
</properties>
</rule>
<rule ref="rulesets/java/naming.xml/MethodNamingConventions"/>
Expand Down

0 comments on commit 3d12a64

Please sign in to comment.