vaguecoder / gorilla-mux

A fork of gorilla/mux, the powerful HTTP router and URL matcher for building Go web servers with 🦍
http://www.gorillatoolkit.org/pkg/mux
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Add `.golangci.yaml` #4

Closed vaguecoder closed 1 year ago

vaguecoder commented 1 year ago

Add golangci-lint to the project and add the target to Makefile

tanryberdi commented 1 year ago

@assign

vaguecoder commented 1 year ago

@tanryberdi To explain a bit on this, we need to configure .golangci.yaml to use some default + commonly used linters from golangci-lint. Try not to exclude any path unless necessary (and for specific linters).

vaguecoder commented 1 year ago

Thanks @tanryberdi