bb010g/Run vimlint with reviewdog (alt)
🐶 Run vimlint with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A token to authenticate on behalf of this GitHub App installed on your repository. | no | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error] | no | error |
| reporter | Reporter for reviewdog [github-pr-check,github-pr-review]. | no | github-pr-check |
| path | Path to lint. (The empty string unsets this input.) | no | autoload |
| paths | Additional paths or globs to lint (Busybox ash syntax). | no | — |
| only_error | Only report lint error messages [true,false]. | no | false |
| verbose | Lint verbosely [true,false]. | no | true |
| flags | Additional vimlint flags (Busybox ash syntax). | no | — |
Outputs
no outputs