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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gitlab-ci/phpmd.sh b/utils/gitlab-ci/phpmd.sh
index 4ff5daf76..7541db840 100644
--- a/utils/gitlab-ci/phpmd.sh
+++ b/utils/gitlab-ci/phpmd.sh
@@ -2,7 +2,7 @@
set -e
-phpmd include,classes text utils/gitlab-ci/phpmd-ruleset.xml
+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