Skip to content

Commit

Permalink
chore: update rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 16, 2021
1 parent a7c1683 commit 0a7a25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ Metrics/BlockNesting:
Max: 4

Metrics/ClassLength:
Description: 'Avoid classes longer than 250 lines of code.'
Description: 'Avoid classes longer than 260 lines of code.'
Enabled: true
Max: 250
Max: 260
Exclude:
- lib/pact_broker/test/*.rb

Expand Down

0 comments on commit 0a7a25c

Please sign in to comment.