compat: add Rubocop file.

This commit is contained in:
Mike McQuaid 2016-07-26 20:50:20 -06:00
parent 164e46a729
commit 80b68add13

View 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