rubocop_rspec: fix includes.

Otherwise taps with specs don't get their style fixed.
This commit is contained in:
Mike McQuaid 2020-04-01 11:47:22 +01:00
parent 4ea09f5124
commit 9ab8e1d51d
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -2,7 +2,9 @@ inherit_from: ./.rubocop.yml
AllCops:
Include:
- '**/*_spec.rb'
- '**/cmd/**/*.rb'
- '**/lib/**/*.rb'
- '**/spec/**/*.rb'
Exclude:
- '**/vendor/**/*'