samhammerag/Dotnet Reviewdog
Analyzes a build log file to verify the code style
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Optional. The name of the job that is added to your workflow. Default is dotnet. | no | dotnet |
| build_log_file | Optional. The file that is analyzed. Default is dotnet.buildlog. | no | dotnet.buildlog |
| line_exclude_regex | Optional. Exclude specific warnings by a regex. Default is empty. | no | "" |
| github_token | Optional. Default is github.token. | no | ${{ github.token }} |
| level | Optional. Report level for reviewdog [info,warning,error]. Default is error. | no | error |
| reporter | Optional. Reporter of reviewdog command [github-pr-check,github-check,github-pr-review]. Default is github-pr-review. | no | github-pr-review |
| fail_on_error | Optional. Exit code for reviewdog when errors are found [true,false] Default is false. | no | false |
| reviewdog_flags | Optional. Additional reviewdog flags | no | "" |
| workdir | Optional. The directory from which to look for the build log file and run reviewdog. Default '.' | no | . |
| filter_mode | Optional. filter results by diff and you can control how reviewdog filter results by -filter-mode flag. Default 'nofilter' https://github.com/reviewdog/reviewdog | no | nofilter |
Outputs
no outputs