rubocop.yml: require relevant gems.
This avoids RuboCop erroring out.
This commit is contained in:
parent
b889a6bda1
commit
ec23ba0b36
@ -1,6 +1,9 @@
|
|||||||
# TODO: Try getting more rules in sync.
|
# TODO: Try getting more rules in sync.
|
||||||
|
|
||||||
require: ./Homebrew/rubocops.rb
|
require:
|
||||||
|
- ./Homebrew/rubocops.rb
|
||||||
|
- rubocop-performance
|
||||||
|
- rubocop-rails
|
||||||
|
|
||||||
inherit_mode:
|
inherit_mode:
|
||||||
merge:
|
merge:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user