blob: 9fda8f13953318deca3886c4ac24267e461cb818 [file] [log] [blame]
Stefan Bodewigdd6fffb2011-07-25 04:58:33 +00001<?xml version="1.0"?>
2<ruleset name="compress"
3 xmlns="http://pmd.sf.net/ruleset/1.0.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
6 xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
7 <description>Standard Ruleset but excluding the "no octal
8 constants" rule</description>
9 <rule ref="rulesets/basic.xml">
10 <exclude name="AvoidUsingOctalValues"/>
11 </rule>
12 <rule ref="rulesets/finalizers.xml"/>
13 <rule ref="rulesets/imports.xml"/>
14 <rule ref="rulesets/unusedcode.xml"/>
15</ruleset>