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
|
||||
|
||||
- name: Run rubocop
|
||||
run: bundle exec rubocop
|
||||
run: bundle exec rubocop --parallel
|
||||
|
@ -22,3 +22,8 @@ AllCops:
|
||||
- 'bin/*'
|
||||
- 'db/schema.rb'
|
||||
- 'vendor/**/*'
|
||||
# Ignore local files for faster processing
|
||||
- 'tmp/**/*'
|
||||
- 'out/**/*'
|
||||
- 'node_modules/**/*'
|
||||
- 'coverage/**/*'
|
||||
|
Reference in New Issue
Block a user