瀏覽代碼

enable phpmd for all components

Andrew Dolgov 7 年之前
父節點
當前提交
cffe1d5151
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      utils/gitlab-ci/phpmd.sh

+ 1 - 2
utils/gitlab-ci/phpmd.sh

@@ -1,7 +1,6 @@
 #!/bin/sh -i -e
 
-#phpmd include text utils/gitlab-ci/phpmd-ruleset.xml
-#phpmd classes text utils/gitlab-ci/phpmd-ruleset.xml
+phpmd include,classes 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