mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-09 00:01:53 -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:
|
||||
Exclude:
|
||||
- "test/**/*.rb"
|
||||
- "lib/stripe/**/*.rb"
|
||||
|
||||
Metrics/MethodLength:
|
||||
# There's ~2 long methods in `StripeClient`. If we want to truncate those a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user