mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-15 00:01:08 -05:00
Exclude stripe dir from line length limit
This commit is contained in:
parent
eff920662e
commit
bc2a5e0deb
@ -16,6 +16,7 @@ Layout/IndentHash:
|
|||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
Exclude:
|
Exclude:
|
||||||
- "test/**/*.rb"
|
- "test/**/*.rb"
|
||||||
|
- "lib/stripe/**/*.rb"
|
||||||
|
|
||||||
Metrics/MethodLength:
|
Metrics/MethodLength:
|
||||||
# There's ~2 long methods in `StripeClient`. If we want to truncate those a
|
# There's ~2 long methods in `StripeClient`. If we want to truncate those a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user