Add new rule DebugsShouldUseLoggingLevel to quickstart

This commit is contained in:
Andreas Dangel
2019-09-14 17:08:37 +02:00
parent dd294d3813
commit 4d6b3215d5

View File

@ -475,4 +475,15 @@
<property name="cc_block_highlighting" value="false" />
</properties>
</rule>
<!-- CLARITY / BEST PRACTICES -->
<rule ref="category/apex/bestpractices.xml/DebugsShouldUseLoggingLevel">
<priority>3</priority>
<properties>
<!-- relevant for Code Climate output only -->
<property name="cc_categories" value="Clarity" />
<property name="cc_remediation_points_multiplier" value="5" />
<property name="cc_block_highlighting" value="false" />
</properties>
</rule>
</ruleset>