Exclude stripe dir from line length limit

This commit is contained in:
Alex Rattray 2019-05-29 11:34:35 -04:00
parent eff920662e
commit bc2a5e0deb

View File

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