prysm-pulse/.gometalinter.json
Nishant Das 7ff544fddf
Fix travis and Other Linter Errors (#1356)
* fix travis and other linter errors

* remove megacheck
2019-01-21 13:35:34 +08:00

21 lines
294 B
JSON

{
"Deadline": "10m",
"Exclude": [
"^proto/",
"^contracts/"
],
"DisableAll": true,
"Enable": [
"deadcode",
"goconst",
"goimports",
"golint",
"gosec",
"gotype",
"misspell",
"structcheck",
"unparam",
"varcheck"
]
}