PluginProbe
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms / trunk
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms vtrunk
3.53.0 3.52.0 3.51.0 3.50.0 3.45.0 3.38.0 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.40.0 3.40.1 3.41.0 3.42.0 3.43.0 3.44.0 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 All 177 releases
simple-tags / phpmd-ruleset.xml

phpmd-ruleset.xml in Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms trunk, at phpmd-ruleset.xml

27 lines 857 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <ruleset name="TaxoPress PHPMD Ruleset"
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>TaxoPress PHPMD Ruleset</description>
8
9 <rule ref="rulesets/cleancode.xml">
10 <exclude name="StaticAccess"/>
11 <exclude name="ElseExpression"/>
12 </rule>
13
14 <rule ref="rulesets/codesize.xml"/>
15
16 <rule ref="rulesets/controversial.xml"/>
17
18 <rule ref="rulesets/design.xml"/>
19
20 <rule ref="rulesets/naming.xml">
21 <exclude name="ShortVariable"/>
22 <exclude name="LongVariable"/>
23 </rule>
24
25 <rule ref="rulesets/unusedcode.xml"/>
26 </ruleset>
27