Arbit - project tracking

PHPMD

Browse source code

File: / test/ PHP/ PMD/ _files/ rulesets/ refset-exclude-one.xml

Type
text/xml text/xml
Last Author
mapi
Version
189
Line Rev. Author Source
1 189 mapi <?xml version="1.0" encoding="UTF-8"?>
2 mapi
3 mapi <ruleset name="Fourth Test RuleSet"
4 mapi xmlns="http://pmd.sf.net/ruleset/1.0.0"
5 mapi xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 mapi xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
7 mapi xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
8 mapi
9 mapi <description>First description...</description>
10 mapi
11 mapi <rule name="Exclude one rule"
12 mapi message="Exclude one rule"
13 mapi externalInfoUrl="http://example.com/exclude-one-rule"
14 mapi ref="rulesets/set1.xml">
15 mapi <exclude name="RuleTwoInFirstRuleSet" />
16 mapi </rule>
17 mapi </ruleset>