Maintenance: Run rubocop in parallel on CI to increase performance.
This commit is contained in:
parent
5bb948d87f
commit
6885ae9e6b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ rubocop:
|
|||
<<: *template_pre
|
||||
script:
|
||||
- bundle install -j $(nproc) --path vendor
|
||||
- bundle exec rubocop
|
||||
- bundle exec rubocop --parallel
|
||||
|
||||
coffeelint:
|
||||
<<: *template_pre
|
||||
|
|
Loading…
Reference in a new issue