FILE / ScuroNeko/mtg

.golangci.toml

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