niljson/.golangci.toml

15 lines
361 B
TOML
Raw Normal View History

2024-09-01 16:01:58 +02:00
## SPDX-FileCopyrightText: 2022 Winni Neessen <wn@neessen.dev>
##
## SPDX-License-Identifier: MIT
[run]
go = "1.20"
tests = true
[linters]
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
"errname", "errorlint", "gofmt", "gofumpt", "goimports"]
[linters-settings.goimports]
local-prefixes = "github.com/wneessen/niljson"