Closed bkielbasa closed 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.
actions/setup-go
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.
and yeah, we can add golangci-lint in another PR
Have you thought about trying golangci-lint? It already has gocyclo in it.
Also (FYI),
actions/setup-go
has now a v2.