]> git.wh0rd.org - tt-rss.git/commitdiff
add utils/gitlab-ci
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 26 Apr 2017 11:07:11 +0000 (14:07 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 26 Apr 2017 11:07:11 +0000 (14:07 +0300)
utils/gitlab-ci/phpmd-ruleset.xml [new file with mode: 0644]

diff --git a/utils/gitlab-ci/phpmd-ruleset.xml b/utils/gitlab-ci/phpmd-ruleset.xml
new file mode 100644 (file)
index 0000000..510eed1
--- /dev/null
@@ -0,0 +1,15 @@
+<ruleset name="basic-rules"
+         xmlns="http://pmd.sf.net/ruleset/1.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
+                      http://pmd.sf.net/ruleset_xml_schema.xsd"
+         xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
+
+       <description>phpmd</description>
+
+       <!-- phpmd author is a bit weird i guess -->
+
+       <rule ref="rulesets/unusedcode.xml" />
+
+</ruleset>     
+