Skip to content

Commit

Permalink
Add more sensical rubocop maximums
Browse files Browse the repository at this point in the history
Yes I broke some of these
  • Loading branch information
ben-hogoboom-clutter committed Sep 2, 2022
1 parent d01ed7d commit 2ec994b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,17 @@ Gemspec/RequiredRubyVersion:
Rails/SkipsModelValidations:
Enabled: false

RSpec/MultipleMemoizedHelpers:
Max: 10

RSpec/NestedGroups:
Max: 6

Metrics/AbcSize:
Enabled: false

Metrics/MethodLength:
Max: 15

Metrics/ParameterLists:
Max: 6

0 comments on commit 2ec994b

Please sign in to comment.