reviewdog/Run cpplint with reviewdog
🐶 Run cpplint with reviewdog on pull requests to enforce best practices
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | yes | — |
| level | Report level for reviewdog [info,warning,error]. Default is 'error'. | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. Default is 'github-pr-check'. | — | github-pr-check |
| reviewdog_flags | Additional reviewdog flags. Default is ''. | — | "" |
| flags | List of arguments to send to cpplint. Default is '--extensions=h,hpp,c,cpp,cc,cu,hh,ipp'. | — | --extensions=h,hpp,c,cpp,cc,cu,hh,ipp |
| filter | List of filter arguments to send to cpplint. Default is ''. | — | "" |
| targets | List of file list arguments to send to cpplint. Default is '--recursive .'. | — | --recursive . |
Outputs
no outputs