Skip to content

Commit

Permalink
Make RuboCop not count keyword arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Sep 4, 2015
1 parent 2b5c4ce commit c8e1148
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 @@ -18,6 +18,10 @@ Metrics/MethodLength:
Metrics/LineLength:
Max: 120

# Keyword arguments make long parameter lists readable
Metrics/ParameterLists:
CountKeywordArgs: false

# Indent one level for follow-up lines
Style/MultilineOperationIndentation:
EnforcedStyle: indented
Expand Down

0 comments on commit c8e1148

Please sign in to comment.