Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Oct 11, 2020
1 parent 9c75326 commit a231fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ fi

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

php /usr/local/bin/phpmd.phar ${INPUT_TARGET_DIRECTORY} xml ${INPUT_STANDARD}\
php /usr/local/bin/phpmd.phar ${INPUT_TARGET_DIRECTORY} text ${INPUT_STANDARD}\
| sed -r "s/^([^:]+:\d+)\s+/\1:/"
| reviewdog -name=PHPMD -f=phpstan -reporter=${INPUT_REPORTER} -level=${INPUT_LEVEL} -diff='git diff'

0 comments on commit a231fff

Please sign in to comment.