diff --git a/gometalinter.config b/gometalinter.config index a5a5046a..1ca6d1ab 100644 --- a/gometalinter.config +++ b/gometalinter.config @@ -1,9 +1,24 @@ { "Disable": [ + "goconst", "gocyclo", + "gosec", "maligned", - "megacheck", - "goconst" + "megacheck" + ], + "Enable": [ + "deadcode", + "errcheck", + "golint", + "gotype", + "gotypex", + "ineffassign", + "interfacer", + "structcheck", + "unconvert", + "varcheck", + "vet", + "vetshadow" ], "Exclude": [ "don't use underscores in Go names",