mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-08 00:01:02 -05:00
Merge changes from stripe/stripe-ruby master
This commit is contained in:
commit
abc004b464
10
.rubocop.yml
10
.rubocop.yml
@ -21,7 +21,6 @@ Layout/LineLength:
|
|||||||
- "lib/stripe/services/**/*.rb"
|
- "lib/stripe/services/**/*.rb"
|
||||||
- "test/**/*.rb"
|
- "test/**/*.rb"
|
||||||
|
|
||||||
|
|
||||||
Lint/MissingSuper:
|
Lint/MissingSuper:
|
||||||
Exclude:
|
Exclude:
|
||||||
- "lib/stripe/resources/**/*.rb"
|
- "lib/stripe/resources/**/*.rb"
|
||||||
@ -60,9 +59,18 @@ Metrics/MethodLength:
|
|||||||
Max: 55
|
Max: 55
|
||||||
Exclude:
|
Exclude:
|
||||||
- "lib/stripe/services/v1_services.rb"
|
- "lib/stripe/services/v1_services.rb"
|
||||||
|
- "lib/stripe/event_types.rb"
|
||||||
AllowedMethods:
|
AllowedMethods:
|
||||||
- initialize
|
- initialize
|
||||||
|
|
||||||
|
# TODO(xavdid): remove this once the first `basil` release is out
|
||||||
|
Naming/MethodName:
|
||||||
|
# these endpoints are removed soon so we pulled their overrides, meaning their names are wrong
|
||||||
|
# that won't make it out to users, but it's breaking linting/formatting in the meantime
|
||||||
|
Exclude:
|
||||||
|
- "lib/stripe/services/invoice_service.rb"
|
||||||
|
- "lib/stripe/resources/invoice.rb"
|
||||||
|
|
||||||
Metrics/ModuleLength:
|
Metrics/ModuleLength:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user