FILE / ScuroNeko/mtg

.golangci.toml

Исходный файл и его история в репозитории.
FILE 79f921fde9f2bc63a6623e250317bc803dca8bf9
Files
mtg/.golangci.toml
T
2022-03-19 14:45:58 +03:00

13 lines
266 B
TOML

[run]
concurrency = 4
deadline = "2m"
tests = true
skip-dirs = ["vendor"]
[output]
format = "colored-line-number"
[linters]
enable-all = true
disable = ["thelper", "ireturn", "varnamelen", "gochecknoglobals", "gas", "goerr113", "exhaustivestruct", "containedctx"]