brew/Library/Homebrew/compat/.rubocop.yml
2016-07-29 21:21:29 -06:00

8 lines
186 B
YAML

inherit_from: ../../.rubocop.yml
# We won't change method or predicate names because of backward compatibility.
Style/MethodName:
Enabled: false
Style/PredicateName:
Enabled: false