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