{ "Vendor": true, "LineLength": 120, "Deadline": "5m", "Exclude" : [ "examples", ".pb.go" ], "Enable": [ "maligned", "deadcode", "gosec", "goconst", "gocyclo", "gofmt", "golint", "ineffassign", "interfacer", "lll", "misspell", "structcheck", "unconvert", "varcheck", "vet", "vetshadow"], "Severity": { "golint" : "error", "gotype" : "error", "vet" : "error", "vetshadow" : "error" } }