move requirement
This commit is contained in:
parent
25b9a7d35b
commit
53109455b8
@ -5,9 +5,7 @@ AllCops:
|
||||
- '**/vendor/**/*'
|
||||
DisplayCopNames: false
|
||||
|
||||
require:
|
||||
- rubocop-rspec
|
||||
- ./Homebrew/rubocops.rb
|
||||
require: ./Homebrew/rubocops.rb
|
||||
|
||||
# enable all formulae audits
|
||||
FormulaAudit:
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
require: rubocop-rspec
|
||||
|
||||
inherit_from:
|
||||
- ../.rubocop.yml
|
||||
- .rubocop_todo.yml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user