diff --git a/.trunk/configs/.golangci.yml b/.trunk/configs/.golangci.yml index a2c611b4..37781d27 100644 --- a/.trunk/configs/.golangci.yml +++ b/.trunk/configs/.golangci.yml @@ -14,7 +14,6 @@ issues: linters: disable-all: true enable: - - deadcode - errcheck - gofmt - gosimple @@ -24,7 +23,6 @@ linters: - staticcheck - unconvert - unused - - varcheck - vet - goimports - gomnd