Skip to content

Commit

Permalink
Removing golint from precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
paketeserrano committed Jan 16, 2025
1 parent f752e3a commit e67fa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: go-fmt
# - id: go-vet
- id: go-lint
# - id: go-lint # go-lint is deprecated https://github.com/golang/go/issues/38968
- id: golangci-lint # implies go-vet, https://golangci-lint.run/usage/linters
# - id: go-critic # run by golangci-lint, in order to configure
- id: go-unit-tests
Expand Down

0 comments on commit e67fa28

Please sign in to comment.