FILE / ScuroNeko/mtg

.golangci.toml

Исходный файл и его история в репозитории.
FILE 6c92ec314dab178fa485485f9337e4aa5e8d1e97
Files
mtg/.golangci.toml
T
2021-03-11 21:50:47 +03:00

14 lines
242 B
TOML

[run]
concurrency = 4
deadline = "2m"
tests = true
skip-dirs = ["vendor"]
skip-files = ["version.go"]
[output]
format = "colored-line-number"
[linters]
enable-all = true
disable = ["gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]