summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 21:15:43 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 21:15:43 +0300
commitc2744831cd319fb967a83dc643bdb8b25f6c0b02 (patch)
treedfd75775bffa1fd7fd08dead001e3677f5e79edf /utils
parent87267ce355188422c783f6b8e58c5f8850984985 (diff)
phpmd ci: add plugins
Diffstat (limited to 'utils')
-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