Skip to content

Malabarba/rubocop-linter-action-reproduction-template

 
 

Repository files navigation

README

Template repository for reproducing bugs from rubocop-linter-action.

Dependencies

  • 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)

Setup

  1. Click Use this template button on GitHub. See more instructions about using templates here
  2. Name the repo with a helpful name e.g. rubocop-linter-action-issue-00-reproduction, rubocop-linter-action-bundler-bug-reproduction
  3. Clone the repo
  4. cd into your local copy and run bin/setup

Create reproduction

You may need to do one or more of the below steps to reproduce your issue:

  1. Update/delete action config file at ./.github/config/rubocop_linter_config.yml
  2. Update workflow (or create a new one) at ./.github/workflows/rubocop.yml
  3. Update Gemfile at ./Gemfile
  4. Update/delete RuboCop config at ./.rubocop.yml

Running the app

You can run this app provided you have run bin/setup. Just start the Rails server bin/rails s and go to localhost:3000

About

Reproduction template for rubocop-linter-action

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.6%
  • HTML 15.6%
  • CSS 3.7%
  • JavaScript 0.1%