Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-circle

GitHub Action

Run PHPMD with ReviewDog

1.0.0

Run PHPMD with ReviewDog

check-circle

Run PHPMD with ReviewDog

🐾 Run PHP Mess Detector with ReviewDog

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Run PHPMD with ReviewDog

uses: mikebronner/[email protected]

Learn more about this action in mikebronner/action-reviewdog-phpmd

Choose a version

GitHub Action: Run PHPMD with ReviewDog

This action runs PHP Mess Detector with ReviewDog.

Test reviewdog depup release GitHub release (latest SemVer)

Inputs

github_token

Required. Must be in form of github_token: ${{ secrets.github_token }}

level

Optional. Report level for reviewdog [info,warning,error]. It's same as -level flag of reviewdog.

reporter

Reporter of reviewdog command [github-pr-check,github-check,github-pr-review]. Default is github-pr-check. It's same as -reporter flag of reviewdog.

standard

Default is cleancode,codesize,controversial,design,naming,unusedcode. Can be one or more of these, they must not contain any spaces between them.

target_directory

Default is src.