Update golangci-lint config

This commit is contained in:
Winni Neessen 2022-10-17 18:29:18 +02:00
parent 69a97c7c98
commit 03b5916615
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -7,4 +7,4 @@ go = "1.16"
tests = true
[linters]
enable = ["stylecheck", "whitespace", "decorder", "errname", "errorlint", "gofmt", "gofumpt"]
enable = ["stylecheck", "whitespace", "errname", "errorlint", "gofmt", "gofumpt"]