Closed bkielbasa closed 4 years ago
Great start, you might want to fine tune the enabled linters though: https://github.com/golangci/golangci-lint#supported-linters
Example: https://github.com/emperror/emperror/blob/master/.golangci.yml
(Note that this example enables all linters by default and disables the one I don't care about)
Great start, you might want to fine tune the enabled linters though: https://github.com/golangci/golangci-lint#supported-linters
Example: https://github.com/emperror/emperror/blob/master/.golangci.yml
(Note that this example enables all linters by default and disables the one I don't care about)