Skip to content

Commit

Permalink
Remove parallel option from RuboCop
Browse files Browse the repository at this point in the history
Since parallel analysis is enabled by default since RuboCop 1.19.0

https://github.com/rubocop/rubocop/releases/tag/v1.19.0
rubocop/rubocop#10000
  • Loading branch information
yahonda committed Aug 13, 2021
1 parent 5a158ed commit 383bc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Build and run RuboCop
run: |
bundle install --jobs 4 --retry 3
bundle exec rubocop --parallel
bundle exec rubocop

0 comments on commit 383bc85

Please sign in to comment.