Skip to content

Commit 248ea8e

Browse files
committed
Disable Style/Alias
1 parent 080cf4b commit 248ea8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ruby/rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ Style/AlignHash:
114114
# MultilineMethodCallBraceLayout:
115115
# EnforcedStyle: new_line
116116

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+
117122
################################################################################
118123
# Performance
119124
################################################################################

0 commit comments

Comments
 (0)