Update rubocop config
This commit is contained in:
parent
2ac889f306
commit
cff1bceaed
2 changed files with 6 additions and 6 deletions
10
.rubocop.yml
10
.rubocop.yml
|
@ -1,8 +1,8 @@
|
|||
AllCops:
|
||||
Includes:
|
||||
Include:
|
||||
- 'Gemfile'
|
||||
Excludes:
|
||||
Exclude:
|
||||
- 'Gemfile.devtools'
|
||||
- 'vendor/**'
|
||||
- 'tmp/**'
|
||||
- 'benchmarks/**'
|
||||
- 'vendor/**/*'
|
||||
- 'tmp/**/*'
|
||||
- 'benchmarks/**/*'
|
||||
|
|
|
@ -7,7 +7,7 @@ inherit_from: ../.rubocop.yml
|
|||
|
||||
|
||||
AllCops:
|
||||
Includes:
|
||||
Include:
|
||||
- '../**/*.rake'
|
||||
- 'Gemfile'
|
||||
- 'Gemfile.triage'
|
||||
|
|
Loading…
Add table
Reference in a new issue