Skip to content

Commit

Permalink
Do not run Rubocop in CI for now
Browse files Browse the repository at this point in the history
There are 4687 offenses just out of the box. It needs manual
configuration of the defaults before enabling it.
  • Loading branch information
sauloperez committed Feb 11, 2021
1 parent 040d183 commit e5e74cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
gem install bundler
bundle install --path vendor/bundle --jobs 4 --retry 3
- name: Rubocop
run: bundle exec rubocop

- name: Setup database
run: |
bundle exec rake db:create RAILS_ENV=test
Expand Down

0 comments on commit e5e74cf

Please sign in to comment.