tsuyoshicho/Run vimlint with reviewdog

🐶 Run vimlint 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 }}
levelReport level for reviewdog [info,warning,error]error
reporterReporter of reviewdog command [github-check,github-pr-review]. Default is github-pr-review. github-pr-review can use Markdown and add a link to rule page in reviewdog reports. github-pr-review
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. added
fail_levelOptional. Exit code control for reviewdog, [none,any,info,warning,error] Default is `none`. none
fail_on_errorDeprecated. Optional. Exit code for reviewdog when errors are found [true,false] Default is `false`. If `true` is set, it will be interpreted as "-fail-level=error". But if "-fail-level" is set non-`none`, it will be ignored. false
reviewdog_flagsAdditional reviewdog flags""
targetvimlint test target directoryautoload
vimlint_flagsflags and args of vimlint command. Default: '-e EVL102.l:_=1 -c func_abort=1'yes-e EVL102.l:_=1 -c func_abort=1
tool_nameTool name to use for reviewdog reportervimlint

no outputs