Skip to content

Commit a311aaa

Browse files
committed
Remove the default parallel option -P in a development Rake task
1 parent 4575150 commit a311aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ task test: %i[rubocop spec]
1111

1212
desc 'Run RuboCop'
1313
task :rubocop do
14-
sh 'rubocop -P'
14+
sh 'rubocop'
1515
end

0 commit comments

Comments
 (0)