Skip to content

Commit

Permalink
Update .rubocop.yml
Browse files Browse the repository at this point in the history
Update Rubocop's rules to support the max length of the Paginator
class and the new number of parameters for the initializer.
  • Loading branch information
aaronsama committed Aug 29, 2023
1 parent 9ea002c commit db532fb
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 @@ -13,7 +13,7 @@ Metrics/BlockLength:
- spec/**/*

Metrics/ClassLength:
Max: 198
Max: 225

Metrics/CyclomaticComplexity:
Max: 15
Expand All @@ -22,7 +22,7 @@ Metrics/MethodLength:
Max: 25

Metrics/ParameterLists:
Max: 8
Max: 9

Metrics/PerceivedComplexity:
Max: 13
Expand Down

0 comments on commit db532fb

Please sign in to comment.