mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
16 lines
193 B
JSON
16 lines
193 B
JSON
{
|
|
"Enable": [
|
|
"gofmt",
|
|
"deadcode",
|
|
"misspell",
|
|
"goimports",
|
|
"nakedret",
|
|
"unparam",
|
|
"megacheck",
|
|
"gosec",
|
|
"varcheck",
|
|
"structcheck",
|
|
"golint"
|
|
]
|
|
}
|