mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-18 00:01:04 -04:00
Disable Metrics/ClassLength (#1355)
This commit is contained in:
parent
bfb4e9fff5
commit
74294666a2
@ -27,10 +27,7 @@ Metrics/BlockLength:
|
|||||||
- "test/**/*.rb"
|
- "test/**/*.rb"
|
||||||
|
|
||||||
Metrics/ClassLength:
|
Metrics/ClassLength:
|
||||||
Exclude:
|
Enabled: false
|
||||||
# Test classes get quite large, so exclude the test directory from having
|
|
||||||
# to adhere to this rule.
|
|
||||||
- "test/**/*.rb"
|
|
||||||
|
|
||||||
Metrics/MethodLength:
|
Metrics/MethodLength:
|
||||||
# There's ~2 long methods in `StripeClient` and one in `NestedResource`. If
|
# There's ~2 long methods in `StripeClient` and one in `NestedResource`. If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user