Skip to content

Commit

Permalink
fix: increase rubocop linelength limit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Nov 27, 2023
1 parent 4f94a4a commit 653a94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Style/LineEndConcatenation:
Layout/LineLength:
Description: 'Limit lines to 139 characters.'
Enabled: true
Max: 180
Max: 200

Metrics/CyclomaticComplexity:
Description: 'Avoid complex methods.'
Expand Down

0 comments on commit 653a94f

Please sign in to comment.