Disable Metrics/ClassLength (#1355)

This commit is contained in:
anniel-stripe 2024-03-01 12:01:34 -08:00 committed by GitHub
parent bfb4e9fff5
commit 74294666a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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