Skip to content

Commit

Permalink
Merge branch 'master' into helenye-reorder-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe authored Mar 7, 2024
2 parents f3f9da1 + 7429466 commit e10f90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ Metrics/BlockLength:
- "test/**/*.rb"

Metrics/ClassLength:
Exclude:
# Test classes get quite large, so exclude the test directory from having
# to adhere to this rule.
- "test/**/*.rb"
Enabled: false

Metrics/MethodLength:
# There's ~2 long methods in `StripeClient` and one in `NestedResource`. If
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
## 10.11.0 - 2024-02-29
* [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static
* [#1342](https://github.com/stripe/stripe-ruby/pull/1342) Update generated code
* Add `list_refunds` and `retrieve_refund` methods on resource `Charge`.
* [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version
Expand Down

0 comments on commit e10f90e

Please sign in to comment.