Add rule preventing the use of non existent annotations in apex
This commit is contained in:
@@ -174,6 +174,15 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</rule>
|
</rule>
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
|
<rule ref="rulesets/apex/style.xml/AvoidNonExistentAnnotations" message="Use of non existent annotations will lead to broken Apex code which will not compile in the future.">
|
||||||
|
<priority>3</priority>
|
||||||
|
<properties>
|
||||||
|
<!-- relevant for Code Climate output only -->
|
||||||
|
<property name="cc_categories" value="Style" />
|
||||||
|
<property name="cc_remediation_points_multiplier" value="100" />
|
||||||
|
<property name="cc_block_highlighting" value="false" />
|
||||||
|
</properties>
|
||||||
|
</rule>
|
||||||
<rule ref="rulesets/apex/style.xml/AvoidNonExistentAnnotations" message="Use of non existent annotations will lead to broken Apex code which will not compile in the future.">
|
<rule ref="rulesets/apex/style.xml/AvoidNonExistentAnnotations" message="Use of non existent annotations will lead to broken Apex code which will not compile in the future.">
|
||||||
<priority>3</priority>
|
<priority>3</priority>
|
||||||
<properties>
|
<properties>
|
||||||
|
@@ -34,5 +34,10 @@
|
|||||||
<version>1.10.19</version>
|
<version>1.10.19</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>apex</groupId>
|
||||||
|
<artifactId>apex-jorje-ide</artifactId>
|
||||||
|
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user