stuphlabs / pullcord

A reverse proxy that allows scaling down a cloud service to zero servers without sacrificing (eventual) availability.
GNU Affero General Public License v3.0
4 stars 2 forks source link

Turn on more linters in golangci-lint #206

Open geekthattweaks opened 5 years ago

geekthattweaks commented 5 years ago

https://github.com/golangci/golangci-lint#supported-linters lists additional linters that can be enabled.

geekthattweaks commented 5 years ago

So after looking at this we could pass the options on run or setup a configuration file. Any preferences? @stuphlabs/go-developers

geekthattweaks commented 5 years ago

Furthermore it appears this could replace the vast majority of go report card functionality,