From 46bca463202b3f0dad0776a812389aed54481ac7 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sat, 17 Feb 2018 22:31:29 +0200 Subject: [PATCH] Tell Rubocop to prefer `alias_method` #694 --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index cc32da4b9..3d8fd0b90 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1 +1,4 @@ inherit_from: .rubocop_todo.yml + +Style/Alias: + EnforcedStyle: prefer_alias_method