Skip to content

Commit

Permalink
Create ruleset.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gnanaprakash-ravi authored Feb 15, 2024
1 parent 3b132b7 commit 20a8972
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ruleset.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<ruleset name="PMD-Rules">
<description>lafaspot PMD rules.</description>
<!-- String Instantiation -->
<rule ref="rulesets/java/strings.xml/StringInstantiation"><priority>1</priority></rule>
<!-- String Instantiation -->
<rule ref="rulesets/java/logging-java.xml/GuardLogStatementJavaUtil"><priority>1</priority></rule>
<!-- Cyclomatic Complexity -->
<!-- <rule ref="rulesets/java/codesize.xml/CyclomaticComplexity"><priority>1</priority></rule> -->
</ruleset>

0 comments on commit 20a8972

Please sign in to comment.