lsd/.gometalinter.json

27 lines
318 B
JSON
Raw Normal View History

2018-12-17 09:56:24 +00:00
{
"Disable": [
"dupl",
"golint",
"gocyclo"
],
"Enable": [
"structcheck",
"maligned",
"deadcode",
"ineffassign",
"gotype",
"goimports",
"errcheck",
"varcheck",
"interfacer",
"goconst",
"unparam",
"megacheck",
"misspell",
"gas",
"safesql"
],
"LineLength": 120,
"Vendor": true
}