rubocop.yml: require relevant gems.

This avoids RuboCop erroring out.
This commit is contained in:
Mike McQuaid 2020-12-28 14:16:32 +00:00
parent b889a6bda1
commit ec23ba0b36
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -1,6 +1,9 @@
# TODO: Try getting more rules in sync.
require: ./Homebrew/rubocops.rb
require:
- ./Homebrew/rubocops.rb
- rubocop-performance
- rubocop-rails
inherit_mode:
merge: