dendrite/linter-fast.json

18 lines
273 B
JSON
Raw Normal View History

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