samhammerag/Dotnet Reviewdog

Analyzes a build log file to verify the code style

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameOptional. The name of the job that is added to your workflow. Default is dotnet.nodotnet
build_log_fileOptional. The file that is analyzed. Default is dotnet.buildlog.nodotnet.buildlog
line_exclude_regexOptional. Exclude specific warnings by a regex. Default is empty.no""
github_tokenOptional. Default is github.token.no${{ github.token }}
levelOptional. Report level for reviewdog [info,warning,error]. Default is error.noerror
reporterOptional. Reporter of reviewdog command [github-pr-check,github-check,github-pr-review]. Default is github-pr-review.nogithub-pr-review
fail_on_errorOptional. Exit code for reviewdog when errors are found [true,false] Default is false.nofalse
reviewdog_flagsOptional. Additional reviewdog flagsno""
workdirOptional. The directory from which to look for the build log file and run reviewdog. Default '.'no.
filter_modeOptional. filter results by diff and you can control how reviewdog filter results by -filter-mode flag. Default 'nofilter' https://github.com/reviewdog/reviewdognonofilter

no outputs