Skip to content

Commit

Permalink
shuffle the Rubocop inspect list
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jun 22, 2018
1 parent 7f3861a commit 8a2b4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallel_rubocop
@@ -1,4 +1,4 @@
#! /bin/bash

rubocop -L | xargs -P`nproc` -n$(expr `rubocop -L | wc -l` / `nproc` + 1) rubocop
rubocop -L | sort -R | xargs -P`nproc` -n$(expr `rubocop -L | wc -l` / `nproc` + 1) rubocop

0 comments on commit 8a2b4e2

Please sign in to comment.