FILE / ScuroNeko/mtg

.golangci.toml

Исходный файл и его история в репозитории.
FILE e74726af70841a81f2860352e8ae7a2bebdb67e5
Files
mtg/.golangci.toml
T
2022-03-19 14:36:04 +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"]