Files
aptly/linter.json
T
2017-05-03 20:28:57 +03:00

22 lines
385 B
JSON

{
"DisableAll": true,
"Enable": [
"vet",
"golint",
"gofmt",
"deadcode",
"goimports",
"misspell",
"gosimple",
"ineffassign",
"staticcheck",
"varcheck",
"structcheck",
"aligncheck"
],
"Deadline": "20m",
"Vendor": true,
"VendoredLinters": true,
"Concurrency": 1
}