lsd/.gometalinter.json
2018-12-17 11:43:28 +01:00

26 lines
318 B
JSON

{
"Disable": [
"dupl",
"golint",
"gocyclo"
],
"Enable": [
"structcheck",
"maligned",
"deadcode",
"ineffassign",
"gotype",
"goimports",
"errcheck",
"varcheck",
"interfacer",
"goconst",
"unparam",
"megacheck",
"misspell",
"gas",
"safesql"
],
"LineLength": 120,
"Vendor": true
}