go-bdd / gobdd

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

add cyclop #99

Closed bkielbasa closed 4 years ago

sagikazarmark commented 4 years ago

Have you thought about trying golangci-lint? It already has gocyclo in it.

Also (FYI), actions/setup-go has now a v2.

bkielbasa commented 4 years ago

yeah but gocyclo is not maintained anymore... That's why I come with my version of it and want to test it on a production project.

bkielbasa commented 4 years ago

and yeah, we can add golangci-lint in another PR