mikebronner/PHPCS code anlaysis with ReviewDog
🐾 Run PHP Codesniffer 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-check,github-pr-check,github-pr-review]. | — | github-pr-review |
| standard | Coding standard or path to configuration file | — | PSR1,PSR2,PSR12 |
| target_directory | Directory to run checks against. | — | src |
| executable | Specify your own PHPCS executable. This is useful when loading your own Codesniffer.conf files. | — | /usr/local/bin/phpcs.phar |
Outputs
no outputs