Skip to content

Commit

Permalink
change rubocop argument -p to --parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
lxxxvi committed Jun 9, 2023
1 parent b6688f0 commit ce4745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BinTest
system! "bundle exec rake test"

puts "\n== Run rubocop =="
system! "bundle exec rubocop -p"
system! "bundle exec rubocop --parallel"
end
end
end
Expand Down

0 comments on commit ce4745d

Please sign in to comment.