actions-marketplace-validations/clippy with reviewdog
run clippy 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. | yes | ${{ github.token }} |
| working_directory | clippy working directory | no | — |
| tool_name | Tool name to use for reviewdog reporter | yes | clippy |
| level | Report level for reviewdog [info,warning,error] | yes | warning |
| 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. | yes | github-pr-check |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is nofilter. | yes | nofilter |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | yes | false |
| reviewdog_flags | Additional reviewdog flags | no | "" |
| clippy_flags | Additional clippy flags | no | "" |
Outputs
no outputs