Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielen-meli committed Jul 31, 2024
1 parent 06d0f41 commit 9b25026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
30 changes: 1 addition & 29 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,4 @@ repos:
hooks:
- id: pre_commit_hook
stages: [commit]
verbose: true

# Next hooks are Code Quality hooks.
# If you want them to run on each commit, uncomment them
# These are OPTIONAL.

# - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
# rev: v2.3.0
# hooks:
# - id: pretty-format-golang
# args:
# - --autofix
# - repo: https://github.com/golangci/golangci-lint
# rev: v1.44.2
# hooks:
# - id: golangci-lint
# entry: golangci-lint run
# args:
# - --max-issues-per-linter=0
# - --max-same-issues=0
# - --config=.code_quality/.golangci.yml
# - --new-from-rev=HEAD~1 # comment this arg if you want to run pre-commit run --all-files







verbose: true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<name>Mercado Pago</name>
<email>[email protected]</email>
<organization>Mercado Pago</organization>
<organizationUrl>http://www.mercadopago.com/developers</organizationUrl>
<organizationUrl>https://www.mercadopago.com/developers</organizationUrl>
</developer>
</developers>

Expand Down

0 comments on commit 9b25026

Please sign in to comment.