FILE / ScuroNeko/mtg

.golangci.toml

Исходный файл и его история в репозитории.
FILE cb436efd87e959239d7da174d453b4f3ec7443a2
Files
mtg/.golangci.toml
T
2026-02-11 11:49:51 +01:00

22 lines
335 B
TOML

# https://golangci-lint.run/docs/configuration/file/
version = '2'
[run]
concurrency = 4
tests = true
# [linters]
# enable-all = true
# disable = [
# "containedctx",
# "exhaustivestruct",
# "exhaustruct",
# "gas",
# "gochecknoglobals",
# "goerr113",
# "ireturn",
# "thelper",
# "varnamelen",
# ]