mirror of
https://github.com/wneessen/niljson.git
synced 2024-11-22 13:40:49 +01:00
15 lines
361 B
TOML
15 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"
|