diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-01-14 16:30:43 -0600 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-01-31 22:21:13 -0600 |
commit | 8b64c9785abfcdafe1e8420f61d51e924ba434a1 (patch) | |
tree | 8284b4f8d8ee20a82294557e5354799d860b4801 /.rubocop.yml | |
parent | ada94ccb0a29c2b90cdd0124a276602836c9cc65 (diff) | |
download | bundler-8b64c9785abfcdafe1e8420f61d51e924ba434a1.tar.gz |
[RuboCop] Enable Style/Alias
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 24360fcb3f..e668c6c9e3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,6 +25,9 @@ Lint/UnusedMethodArgument: Style/AccessModifierIndentation: EnforcedStyle: outdent +Style/Alias: + EnforcedStyle: prefer_alias_method + Style/AlignParameters: EnforcedStyle: with_fixed_indentation |