FILE / ScuroNeko/mtg

.golangci.toml

Исходный файл и его история в репозитории.
FILE ecba88d2e3ea7e08501ced91ea6a23674b8da21c
Files
mtg/.golangci.toml
T

22 lines
333 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",
# ]