move rspec pattern
This commit is contained in:
parent
aa6912425e
commit
ce530fd0f5
@ -4,9 +4,6 @@ AllCops:
|
||||
- '**/Casks/**/*'
|
||||
- '**/vendor/**/*'
|
||||
DisplayCopNames: false
|
||||
RSpec:
|
||||
Patterns:
|
||||
- Homebrew/test/*
|
||||
|
||||
require:
|
||||
- ./Homebrew/rubocops.rb
|
||||
|
||||
@ -2,3 +2,7 @@ inherit_from:
|
||||
- ../.rubocop.yml
|
||||
- .rubocop_todo.yml
|
||||
|
||||
AllCops:
|
||||
RSpec:
|
||||
Patterns:
|
||||
- ./*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user