]> git.wh0rd.org - tt-rss.git/blob - utils/gitlab-ci/phpmd-ruleset.xml
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
[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/unusedcode.xml" />
13
14 </ruleset>
15