mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
Update golangci-lint config
This commit is contained in:
parent
d89f50ec6b
commit
69a97c7c98
1 changed files with 1 additions and 2 deletions
|
@ -7,5 +7,4 @@ go = "1.16"
|
||||||
tests = true
|
tests = true
|
||||||
|
|
||||||
[linters]
|
[linters]
|
||||||
enable = ["stylecheck", "whitespace", "contextcheck", "decorder",
|
enable = ["stylecheck", "whitespace", "decorder", "errname", "errorlint", "gofmt", "gofumpt"]
|
||||||
"errname", "errorlint", "gofmt", "gofumpt"]
|
|
Loading…
Reference in a new issue