2016-06-09 09:55:12 +10:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<ruleset name="Custom ruleset (for main code)"
|
2019-10-14 16:00:19 +02:00
|
|
|
xmlns="http://pmd.sf.net/ruleset/1.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
|
|
|
|
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
|
|
|
|
<description>
|
|
|
|
Rules for the project code aka "main".
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<!-- TODO <rule ref="category/java/errorprone.xml/CloseResource"/> -->
|
2016-06-09 09:55:12 +10:00
|
|
|
|
|
|
|
</ruleset>
|