rubocop_rspec: fix includes.
Otherwise taps with specs don't get their style fixed.
This commit is contained in:
parent
4ea09f5124
commit
9ab8e1d51d
@ -2,7 +2,9 @@ inherit_from: ./.rubocop.yml
|
||||
|
||||
AllCops:
|
||||
Include:
|
||||
- '**/*_spec.rb'
|
||||
- '**/cmd/**/*.rb'
|
||||
- '**/lib/**/*.rb'
|
||||
- '**/spec/**/*.rb'
|
||||
Exclude:
|
||||
- '**/vendor/**/*'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user