mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-25 07:17:45 -05:00
12 lines
458 B
XML
12 lines
458 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Custom ruleset (for main code)" 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>
|
|
Rules for the project code aka "main".
|
|
</description>
|
|
|
|
<!-- TODO <rule ref="category/java/errorprone.xml/CloseResource"/> -->
|
|
|
|
</ruleset>
|