Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
romerosilva committed Jul 14, 2023
1 parent 2592cb1 commit a10ec69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gemspec/RequiredRubyVersion:
- 'mercadopago.gemspec'

# Offense count: 8
Lint/SelfAssignment:
Style/SelfAssignment:
Exclude:
- 'lib/mercadopago/core/mp_base.rb'

Expand Down
2 changes: 1 addition & 1 deletion lib/mercadopago/sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def refund
def preapproval
Preapproval.new(request_options, http_client)
end

def preapproval_plan
PreapprovalPlan.new(request_options, http_client)
end
Expand Down

0 comments on commit a10ec69

Please sign in to comment.