We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080cf4b commit 248ea8eCopy full SHA for 248ea8e
ruby/rubocop.yml
@@ -114,6 +114,11 @@ Style/AlignHash:
114
# MultilineMethodCallBraceLayout:
115
# EnforcedStyle: new_line
116
117
+# We prefer alias_method. This cop's documentation actually indicates that's
118
+# what it enforces, but it seems to behave exactly the opposite.
119
+Style/Alias:
120
+ Enabled: false
121
+
122
################################################################################
123
# Performance
124
0 commit comments