brew/Library/Homebrew/compat/.rubocop.yml

8 lines
186 B
YAML
Raw Normal View History

2016-07-26 20:50:20 -06:00
inherit_from: ../../.rubocop.yml
# We won't change method or predicate names because of backward compatibility.
Style/MethodName:
Enabled: false
Style/PredicateName:
Enabled: false