move rspec pattern

This commit is contained in:
Jan Viljanen 2018-10-09 22:10:25 +02:00
parent aa6912425e
commit ce530fd0f5
2 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,6 @@ AllCops:
- '**/Casks/**/*'
- '**/vendor/**/*'
DisplayCopNames: false
RSpec:
Patterns:
- Homebrew/test/*
require:
- ./Homebrew/rubocops.rb

View File

@ -2,3 +2,7 @@ inherit_from:
- ../.rubocop.yml
- .rubocop_todo.yml
AllCops:
RSpec:
Patterns:
- ./*