summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/phpmd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gitlab-ci/phpmd.sh')
-rw-r--r--utils/gitlab-ci/phpmd.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/gitlab-ci/phpmd.sh b/utils/gitlab-ci/phpmd.sh
deleted file mode 100644
index 7541db840..000000000
--- a/utils/gitlab-ci/phpmd.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-phpmd include,classes,plugins text utils/gitlab-ci/phpmd-ruleset.xml
-
-FILES=$(ls -dm *.php | tr -d " "| tr -d "\n")
-phpmd $FILES text utils/gitlab-ci/phpmd-ruleset.xml