mikebronner/Run PHPMD with ReviewDog
🐾 Run PHP Mess Detector with ReviewDog.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | — | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error]. | — | warning |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. | — | github-pr-check |
| standard | Coding standard or path to configuration file | — | cleancode,codesize,controversial,design,naming,unusedcode |
| target_directory | Directory to run checks against. | — | src |
| exclude | List of exclude patterns | — | "" |
| name | The name of the check | — | PHPMD |
| baseline_file | A baseline file | — | "" |
Outputs
no outputs