prysm-pulse/.gometalinter.json
Preston Van Loon 77267169ea Add More Lint Rules With gometalinter (#284)
* 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
2018-07-15 15:06:36 -04:00

12 lines
131 B
JSON

{
"Enable": [
"gofmt",
"deadcode",
"misspell",
"goimports",
"nakedret",
"unparam",
"megacheck"
]
}