Use EnableAll in gometalinter config

This commit is contained in:
Andrey Meshkov
2019-01-25 12:21:57 +03:00
committed by Eugene Bujak
parent d078851246
commit a0157e39c6
3 changed files with 18 additions and 35 deletions

View File

@@ -16,24 +16,7 @@
},
"WarnUnmatchedDirective": true,
"DisableAll": true,
"Enable": [
"deadcode",
"gocyclo",
"gofmt",
"goimports",
"golint",
"gosimple",
"ineffassign",
"interfacer",
"lll",
"misspell",
"nakedret",
"unconvert",
"unparam",
"unused",
"vet"
],
"EnableAll": true,
"Cyclo": 20,
"LineLength": 200