Skip to content
Snippets Groups Projects
Commit 670ca78e authored by Mike McQuaid's avatar Mike McQuaid Committed by Xu Cheng
Browse files

Add Rubocop 1.8 tweaks.

parent e4ef7f8c
No related branches found
No related tags found
No related merge requests found
......@@ -127,12 +127,16 @@ Style/SignalException:
Style/TrailingComma:
Enabled: false
# We prefer compact if-else-end/case-when-end alignment
# we prefer compact if-else-end/case-when-end alignment
Lint/EndAlignment:
AlignWith: variable
Style/CaseIndentation:
IndentWhenRelativeTo: end
# We prefer Perl-style regex back references
# we prefer Perl-style regex back references
Style/PerlBackrefs:
Enabled: false
# this is required for Ruby 1.8
Style/DotPosition:
EnforcedStyle: trailing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment