mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 21:14:01 +03:00
FILE / ScuroNeko/mtg
.golangci.toml
Исходный файл и его история в репозитории.
13 lines
214 B
TOML
13 lines
214 B
TOML
[run]
|
|
concurrency = 4
|
|
deadline = "2m"
|
|
tests = true
|
|
skip-dirs = ["vendor"]
|
|
|
|
[output]
|
|
format = "colored-line-number"
|
|
|
|
[linters]
|
|
enable-all = true
|
|
disable = ["gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]
|