mirror of
https://github.com/wneessen/niljson.git
synced 2024-11-21 21:20:50 +01:00
14 lines
361 B
TOML
14 lines
361 B
TOML
## 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"
|