Skip to content

Commit

Permalink
Tighten-up RuboCop configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Feb 7, 2025
1 parent 053640e commit 7dfd5ce
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,4 @@ Layout/LineLength:
Max: 120

Metrics/MethodLength:
Max: 20

Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma

Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: comma
Max: 15

0 comments on commit 7dfd5ce

Please sign in to comment.