1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: fix golangci-lint config

This commit is contained in:
Carlos Alexandro Becker 2024-05-12 13:33:33 -03:00
parent c148106c56
commit 41d4951866
No known key found for this signature in database

View File

@ -38,9 +38,6 @@ linters-settings:
deny:
- pkg: "github.com/pkg/errors"
desc: "use stdlib instead"
gocritic:
enabled-checks:
- exitAfterDefer
testifylint:
enable-all: true
disable: