mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
16 lines
193 B
JSON
16 lines
193 B
JSON
{
|
|
"Enable": [
|
|
"gofmt",
|
|
"deadcode",
|
|
"misspell",
|
|
"goimports",
|
|
"nakedret",
|
|
"unparam",
|
|
"megacheck",
|
|
"gosec",
|
|
"varcheck",
|
|
"structcheck",
|
|
"golint"
|
|
]
|
|
}
|