Skip to content

Commit 383bc85

Browse files
committed
Remove parallel option from RuboCop
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
1 parent 5a158ed commit 383bc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Build and run RuboCop
3535
run: |
3636
bundle install --jobs 4 --retry 3
37-
bundle exec rubocop --parallel
37+
bundle exec rubocop

0 commit comments

Comments
 (0)