FILE / ScuroNeko/mtg

.golangci.toml

Исходный файл и его история в репозитории.
FILE cf43ae780b2c17ae5cbb7d8ba867d1843ef1acf7
Files
mtg/.golangci.toml
T
2019-01-24 08:15:56 +03:00

14 lines
203 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"]