mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-15 00:00:44 -04:00
Disable Metrics/ClassLength (#1355)
This commit is contained in:
parent
bfb4e9fff5
commit
74294666a2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user