Update golangci-lint config

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

View file

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