go-mail/.golangci.toml

7 lines
171 B
TOML
Raw Normal View History

2022-10-17 18:10:24 +02:00
[run]
go = "1.16"
tests = true
[linters]
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
"errname", "errorlint", "gofmt", "gofumpt"]