FILE / ScuroNeko/mtg

.golangci.toml

Исходный файл и его история в репозитории.
FILE f89f5f8469615e8e1090fe447dffa2f352dc639a
Files
mtg/.golangci.toml
T
2021-02-26 00:52:09 +03:00

14 lines
251 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", "gomnd", "goerr113", "exhaustivestruct"]