FILE / ScuroNeko/mtg

.golangci.toml

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