summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/phpmd-ruleset.xml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gitlab-ci/phpmd-ruleset.xml')
-rw-r--r--utils/gitlab-ci/phpmd-ruleset.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/utils/gitlab-ci/phpmd-ruleset.xml b/utils/gitlab-ci/phpmd-ruleset.xml
deleted file mode 100644
index d2c010fbc..000000000
--- a/utils/gitlab-ci/phpmd-ruleset.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<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/cleancode.xml">
- <exclude name="BooleanArgumentFlag" />
- <exclude name="ElseExpression" />
- </rule> -->
-
- <rule ref="rulesets/unusedcode.xml" />
-
-</ruleset>
-