{ "Exclude": [ ".*_mock.go", "geth/jail/doc.go", ".*Errors unhandled.*fmt.Fprint.*gasv2.*" ], "Skip": ["helpers", "static"], "Vendor": true, "Test": true, "Linters": { "gasv2": { "Command": "gas -fmt=csv", "Pattern": "^(?P.*?\\.go),(?P\\d+),(?P[^,]+,[^,]+,[^,]+,\".*\")" } }, "Enable": [ "deadcode", "errcheck", "gasv2", "goconst", "gocyclo", "gofmt", "golint", "ineffassign", "interfacer", "megacheck", "misspell", "structcheck", "unconvert", "varcheck", "vet" ], "Cyclo": 16, "Deadline": "200s" }