dendrite/linter-fast.json

17 lines
258 B
JSON
Raw Normal View History

{
"Vendor": true,
"Cyclo": 12,
"Deadline": "5m",
"Enable": [
"vetshadow",
"deadcode",
"gocyclo",
"ineffassign",
"misspell",
2017-09-20 12:40:22 +00:00
"errcheck",
2017-09-20 14:25:25 +00:00
"vet",
"gofmt",
2017-09-20 14:25:25 +00:00
"goconst"
]
}