We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbd94d commit 356177aCopy full SHA for 356177a
src/main/resources/rulesets/java/pmd-dome.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0"?>
2
+<ruleset name="Dome rules"
3
+ xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
6
+
7
+ <description>Dome rules</description>
8
9
+ <!-- reference https://github.com/pmd/pmd/tree/master/pmd-java -->
10
11
+ <rule ref="category/java/bestpractices.xml">
12
+ <exclude name="GuardLogStatement"/>
13
+ </rule>
14
15
+ <rule ref="category/java/security.xml"/>
16
17
+</ruleset>
0 commit comments