actions-marketplace-validations/Run Pylint with reviewdog

🐶 Run Pylint 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_TOKENyes${{ github.token }}
workdirWorking directory relative to the root directory.no.
glob_patternGlob pattern of the files to lintno**/*.py
pylint_rcPath to the .pylintrc configuration file. pylint automatically searches for it if not provided.no""
pylint_argsArgs provided to pylint.no""
tool_nameTool name to use for reviewdog reporter.nopylint
levelReport level for reviewdog [info,warning,error]noerror
reporterReporter of reviewdog command [github-pr-check,github-pr-review].nogithub-pr-check
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. noadded
fail_on_errorExit code for reviewdog when errors are found [true,false] Default is `false`. nofalse
reviewdog_flagsAdditional reviewdog flagsno""

no outputs