Skip to content

Commit

Permalink
update to reasonable alias policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed May 24, 2016
1 parent 5b41e7e commit 578e53f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ Style/RegexpLiteral:
# Easier recognization if access modified used
Style/AccessModifierIndentation:
EnforcedStyle: outdent

# method_alias is safer and more predictable
Style/Alias:
EnforcedStyle: prefer_alias_method

0 comments on commit 578e53f

Please sign in to comment.