Skip to content

Commit

Permalink
Fix rubocop updates
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Nov 3, 2014
1 parent 6d0a6b2 commit e56e606
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
AbcSize:
Enabled: false

# Enforce outdenting of access modifiers (i.e. public, private, protected)
AccessModifierIndentation:
EnforcedStyle: outdent
Expand Down Expand Up @@ -65,6 +68,9 @@ MethodLength:
CountComments: false
Max: 53

MultilineOperationIndentation:
EnforcedStyle: indented

# Avoid long parameter lists
ParameterLists:
Max: 4
Expand Down

0 comments on commit e56e606

Please sign in to comment.