redaktionsnetzwerk-deutschland/Run phpcs with reviewdog
🐶 Run phpcs with reviewdog on pull requests to improve code review experience.
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] | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review,github-check]. Default is github-pr-check. github-pr-review can use Markdown and add a link to rule page in reviewdog reports. | — | github-pr-check |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. | — | added |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | — | false |
| reviewdog_flags | Additional reviewdog flags | — | "" |
| memory_limit | Set the php memory_limit for phpcs. | — | — |
| phpcs_installed_paths | Set additional paths for phpcs. | — | — |
| coding_standard | Set the coding standard check for phpcs. | — | — |
| command_args | Arguments for phpcs. Overwrites all other options like memory_limit and coding_standard. | — | — |
Outputs
no outputs