go-bdd / gobdd

BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115 stars 19 forks source link

Add golangci-lint linter #100

Closed bkielbasa closed 4 years ago

sagikazarmark commented 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)