prysm-pulse/.gometalinter.json
2018-07-28 21:18:56 -04:00

16 lines
193 B
JSON

{
"Enable": [
"gofmt",
"deadcode",
"misspell",
"goimports",
"nakedret",
"unparam",
"megacheck",
"gosec",
"varcheck",
"structcheck",
"golint"
]
}