Skip to content
Snippets Groups Projects
Commit cffe1d51 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

enable phpmd for all components

parent 39238155
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -i -e #!/bin/sh -i -e
#phpmd include text utils/gitlab-ci/phpmd-ruleset.xml phpmd include,classes text utils/gitlab-ci/phpmd-ruleset.xml
#phpmd classes text utils/gitlab-ci/phpmd-ruleset.xml
FILES=$(ls -dm *.php | tr -d " "| tr -d "\n") FILES=$(ls -dm *.php | tr -d " "| tr -d "\n")
phpmd $FILES text utils/gitlab-ci/phpmd-ruleset.xml phpmd $FILES text utils/gitlab-ci/phpmd-ruleset.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment