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