FILE / ScuroNeko/mtg

.golangci.toml

Исходный файл и его история в репозитории.
FILE 0c4523d2c8adf87dad80831e4a8f66ef370a7451
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"]