Merge pull request #7253 from MikeMcQuaid/rubocop_rspec_include

rubocop_rspec: fix includes.
This commit is contained in:
Mike McQuaid 2020-04-01 12:24:37 +01:00 committed by GitHub
commit 9e86ea536b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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