mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
77267169ea
* turn up linter to 11 * Added extra linting rules and fixed all lint issues * add deadline of 10m Former-commit-id: 632999fcaa8370516d6fe76c28c503cb2e3319b7 [formerly d4354f631b1eb4f7918cde28bf063f756ae92a54] Former-commit-id: 3aaf78a56b76850b0123d61551ac554ccecfe9ad
12 lines
131 B
JSON
12 lines
131 B
JSON
{
|
|
"Enable": [
|
|
"gofmt",
|
|
"deadcode",
|
|
"misspell",
|
|
"goimports",
|
|
"nakedret",
|
|
"unparam",
|
|
"megacheck"
|
|
]
|
|
}
|