mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-08 23:12:54 +01:00
7 lines
171 B
TOML
7 lines
171 B
TOML
|
[run]
|
||
|
go = "1.16"
|
||
|
tests = true
|
||
|
|
||
|
[linters]
|
||
|
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
|
||
|
"errname", "errorlint", "gofmt", "gofumpt"]
|