actions-marketplace-validations/Run rubocop-linter
Run rubocop to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | no | ${{ github.token }} |
| rubocop_version | Rubocop version | no | — |
| rubocop_extensions | Rubocop extensions | no | "" |
| rubocop_flags | Rubocop flags. (rubocop <rubocop_flags>) | no | "" |
| fail_level | The fail level of Rubocop. Default "error" | no | error |
| fail_on_error | Exit code for rubocop when errors are found [true,false] Default is `false`. | no | false |
| workdir | The directory from which to look for and run Rubocop. Default '.' | no | . |
| skip_install | Do not install Rubocop or its extensions. Default: `false` | no | false |
| use_bundler | Run Rubocop with bundle exec. Default: `false` | no | false |
| all_files | Run Rubocop on all files. Default: `false` | no | false |
Outputs
no outputs