FILE / ScuroNeko/mtg

.golangci.toml

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