Commit de28cd84 authored by Perwaiz Ali's avatar Perwaiz Ali

.git-ci.yml changes

parent 3099fe9f
Pipeline #2231 failed with stages
in 2 minutes and 28 seconds
<?xml version="1.0"?>
<ruleset name="Custom Rules"
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
<description>
My custom rules
</description>
<rule ref="category/java/errorprone.xml/BeanMembersShouldSerialize" >
<properties>
<property name="ignoredAnnotations" value="Autowired|GetMapping|Mock|InjectMocks" />
<property name="prefix" value="" />
</properties>
</rule>
<rule ref="category/java/bestpractices.xml/SystemPrintln" />
</ruleset>
\ No newline at end of file
......@@ -39,11 +39,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.11.0</version>
</plugin>
</plugins>
</build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment