Skip to content

Commit

Permalink
Disable Metrics/ClassLength (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Mar 1, 2024
1 parent bfb4e9f commit 7429466
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ Metrics/BlockLength:
- "test/**/*.rb"

Metrics/ClassLength:
Exclude:
# Test classes get quite large, so exclude the test directory from having
# to adhere to this rule.
- "test/**/*.rb"
Enabled: false

Metrics/MethodLength:
# There's ~2 long methods in `StripeClient` and one in `NestedResource`. If
Expand Down

0 comments on commit 7429466

Please sign in to comment.