Update golangci-lint config

This commit is contained in:
Winni Neessen 2022-10-17 18:26:54 +02:00
parent 9e2fc70ee6
commit d89f50ec6b
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

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