mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 12:50:22 +00:00
Disable Codacy utility class naming rule
This commit is contained in:
parent
53b92bd1ea
commit
3d12a641a8
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user