actions-marketplace-validations/Run rubocop with reviewdog

🐶 Run rubocop with reviewdog on pull requests to improve code review experience.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 4, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/reviewdog_action-rubocop@b6d5e953a5fc0bf3ab65254e77730ea2174d6d6d # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
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`. false
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. added
github_tokenGITHUB_TOKEN${{ github.token }}
levelReport level for reviewdog [info,warning,error]error
only_changedRun Rubocop only on changed (and added) files, for speedup [`true`, `false`]. Will fetch the tip of the base branch with depth 1 from remote origin if it is not available. If you use different remote name or customize the checkout otherwise, make the tip of the base branch available before this action. false
reporterReporter of reviewdog command [github-pr-check,github-check,github-pr-review]. Default is github-pr-check. github-pr-check
reviewdog_flagsAdditional reviewdog flags""
rubocop_extensionsRubocop extensionsrubocop-rails rubocop-performance rubocop-rspec rubocop-i18n rubocop-rake
rubocop_flagsRubocop flags. (rubocop <rubocop_flags>)""
rubocop_versionRubocop version
skip_installDo not install Rubocop or its extensions. Default: `false`false
tool_nameTool name to use for reviewdog reporterrubocop
use_bundlerRun Rubocop with bundle exec. Default: `false`false
workdirThe directory from which to look for and run Rubocop. Default '.'.

no outputs