summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 14:07:11 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 14:07:11 +0300
commit6d89543f1d5b71ad66e6a3031cf033dd88307f6a (patch)
treef1c6ae776f2e0c1e948166993b850dd1bbe5402c /utils
parent833636bbd01a458bdff2baa9d12967f8b1aa68f1 (diff)
add utils/gitlab-ci
Diffstat (limited to 'utils')
-rw-r--r--utils/gitlab-ci/phpmd-ruleset.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/gitlab-ci/phpmd-ruleset.xml b/utils/gitlab-ci/phpmd-ruleset.xml
new file mode 100644
index 000000000..510eed152
--- /dev/null
+++ b/utils/gitlab-ci/phpmd-ruleset.xml
@@ -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>
+