FILE / ScuroNeko/mtg

.golangci.toml

Исходный файл и его история в репозитории.
FILE 9346c11f37a8a8e9633dbac6a0a4c63de0f4f6b7
Files
mtg/.golangci.toml
T
2018-07-18 08:37:37 +03:00

13 lines
172 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