diff --git a/.rubocop.yml b/.rubocop.yml index 610f57f6..6437bde8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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