8 lines
186 B
YAML
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
|