Template repository for reproducing bugs from rubocop-linter-action.
- Ruby:
2.7.0
- Bundler:
2.1.4
- Rails:
6.0.2.1
- SQLite (see this article for instructions for changing to Postgres if needed)
- Click
Use this template
button on GitHub. See more instructions about using templates here - Name the repo with a helpful name e.g.
rubocop-linter-action-issue-00-reproduction
,rubocop-linter-action-bundler-bug-reproduction
- Clone the repo
- cd into your local copy and run
bin/setup
You may need to do one or more of the below steps to reproduce your issue:
- Update/delete action config file at
./.github/config/rubocop_linter_config.yml
- Update workflow (or create a new one) at
./.github/workflows/rubocop.yml
- Update Gemfile at
./Gemfile
- Update/delete RuboCop config at
./.rubocop.yml
You can run this app provided you have run bin/setup
. Just start the Rails server bin/rails s
and go to localhost:3000