compat: add Rubocop file.
This commit is contained in:
parent
164e46a729
commit
80b68add13
7
Library/Homebrew/compat/.rubocop.yml
Normal file
7
Library/Homebrew/compat/.rubocop.yml
Normal file
@ -0,0 +1,7 @@
|
||||
inherit_from: ../../.rubocop.yml
|
||||
|
||||
# We won't change method or predicate names because of backward compatibility.
|
||||
Style/MethodName:
|
||||
Enabled: false
|
||||
Style/PredicateName:
|
||||
Enabled: false
|
||||
Loading…
x
Reference in New Issue
Block a user