12 lines
517 B
XML
12 lines
517 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="JSP 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>JSP Code Review Rules</description>
|
|
<rule ref="category/jsp/bestpractices.xml"/>
|
|
<rule ref="category/jsp/codestyle.xml"/>
|
|
<rule ref="category/jsp/design.xml"/>
|
|
<rule ref="category/jsp/errorprone.xml"/>
|
|
</ruleset>
|