dendrite/linter.json

22 lines
359 B
JSON
Raw Normal View History

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