mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
16 lines
398 B
TOML
16 lines
398 B
TOML
## SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
|
##
|
|
## SPDX-License-Identifier: MIT
|
|
|
|
[run]
|
|
go = "1.20"
|
|
tests = true
|
|
skip-dirs = ["ui/"]
|
|
|
|
[linters]
|
|
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
|
|
"errname", "errorlint", "gofmt", "gofumpt", "goimports"]
|
|
|
|
[linters-settings.goimports]
|
|
local-prefixes = "git.cgn.cleverbridge.com/infosec/vulnmon"
|
|
|