aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/compat/.rubocop.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/compat/.rubocop.yml b/Library/Homebrew/compat/.rubocop.yml
new file mode 100644
index 000000000..c07e24891
--- /dev/null
+++ b/Library/Homebrew/compat/.rubocop.yml
@@ -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