go-mail/.golangci.toml

10 lines
225 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]
go = "1.16"
tests = true
[linters]
2022-10-17 18:29:18 +02:00
enable = ["stylecheck", "whitespace", "errname", "errorlint", "gofmt", "gofumpt"]