yurake/k8s-3tier-webapp

View on GitHub
.github/pmdrule.xml

Summary

Maintainability
Test Coverage
<?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/bestpractices.xml">
    <exclude name="GuardLogStatement" />
  </rule>
</ruleset>