2018-01-22 11:19:33 +02:00

22 lines
286 B
Plaintext

{
"Deadline": "30s",
"LineLength": 90,
"Enable": [
"gotype",
"goimports",
"golint",
"gosimple",
"gofmt",
"vet",
"lll",
"staticcheck",
"ineffassign",
"deadcode",
"unused",
"unconvert",
"misspell",
"test",
"testify"
]
}