mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 05:40:50 +01:00
Update golangci-lint config
This commit is contained in:
parent
03b5916615
commit
b01947117b
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
Loading…
Reference in a new issue