Speed up rubocop execution
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -99,4 +99,4 @@ jobs:
|
|||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
- name: Run rubocop
|
- name: Run rubocop
|
||||||
run: bundle exec rubocop
|
run: bundle exec rubocop --parallel
|
||||||
|
@ -22,3 +22,8 @@ AllCops:
|
|||||||
- 'bin/*'
|
- 'bin/*'
|
||||||
- 'db/schema.rb'
|
- 'db/schema.rb'
|
||||||
- 'vendor/**/*'
|
- 'vendor/**/*'
|
||||||
|
# Ignore local files for faster processing
|
||||||
|
- 'tmp/**/*'
|
||||||
|
- 'out/**/*'
|
||||||
|
- 'node_modules/**/*'
|
||||||
|
- 'coverage/**/*'
|
||||||
|
Reference in New Issue
Block a user