mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
14 lines
450 B
XML
14 lines
450 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Custom ruleset"
|
|
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>
|
|
Ruleset used by Autopsy
|
|
</description>
|
|
|
|
<rule ref="rulesets/java/unusedcode.xml"/>
|
|
|
|
</ruleset>
|