go-mail/.golangci.toml

11 lines
273 B
TOML
Raw Normal View History

2022-10-17 18:19:50 +02:00
## SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
##
## SPDX-License-Identifier: MIT
2022-10-17 18:10:24 +02:00
[run]
2023-02-02 19:10:16 +01:00
go = "1.20"
2022-10-17 18:10:24 +02:00
tests = true
[linters]
2022-10-17 18:34:05 +02:00
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
"errname", "errorlint", "gofmt", "gofumpt"]