FILE / ScuroNeko/mtg

.golangci.toml

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