mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Winni Neessen
7a549242ae
The Go version has been updated to 1.22 in the .golangci.toml file for compatibility reasons. Additionally, unnecessary white space has been removed from the smtp/smtp_test.go file to maximize code efficiency and readability.
11 lines
274 B
TOML
11 lines
274 B
TOML
## SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
|
##
|
|
## SPDX-License-Identifier: MIT
|
|
|
|
[run]
|
|
go = "1.22"
|
|
tests = true
|
|
|
|
[linters]
|
|
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
|
|
"errname", "errorlint", "gofmt", "gofumpt"]
|