reviewdog/Run golangci-lint with reviewdog

🐶 Run golangci-lint with reviewdog on pull requests to improve code review experience.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.yes${{ github.token }}
golangci_lint_flagsgolangci-lint flags. (golangci-lint run --out-format=line-number <golangci_lint_flags>)no""
tool_nameTool name to use for reviewdog reporternogolangci
levelReport level for reviewdog [info,warning,error]noerror
reporterReporter of reviewdog command [github-pr-check,github-pr-review,github-check].nogithub-pr-check
filter_modeFiltering for the reviewdog command [added,diff_context,file,nofilter]. Default is added. noadded
fail_levelIf set to `none`, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. Possible values: [none,any,info,warning,error] Default is `none`. none
fail_on_errorDeprecated, use `fail_level` instead. Exit code for reviewdog when errors are found [true,false] Default is `false`. nofalse
reviewdog_flagsAdditional reviewdog flagsno""
workdirWorking directory relative to the root directory.no.
reviewdog_versionthe version of reviewdognolatest
golangci_lint_versionthe version of golangci-lintnolatest
go_versionthe version of Go. By default, the latest version of Go 1.x is installed.no
go_version_filePath to the go.mod file or the file containing only Go version.no
cacheenable cachenotrue

no outputs