]> git.wh0rd.org - tt-rss.git/blob - utils/gitlab-ci/phpmd-ruleset.xml
fce9cee77ff135d6c3ae328755ad0ba4ad7f70b8
[tt-rss.git] / utils / gitlab-ci / phpmd-ruleset.xml
1 <ruleset name="basic-rules"
2 xmlns="http://pmd.sf.net/ruleset/1.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
5 http://pmd.sf.net/ruleset_xml_schema.xsd"
6 xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
7
8 <description>phpmd</description>
9
10 <!-- phpmd author is a bit weird i guess -->
11
12 <rule ref="rulesets/cleancode.xml">
13 <exclude name="BooleanArgumentFlag" />
14 <exclude name="ElseExpression" />
15 </rule>
16
17 <rule ref="rulesets/unusedcode.xml" />
18
19 </ruleset>
20