6 ms·
nice project... I just updated a couple of minor gofmt, go vet, and golint issues I had overlooked in google/go-github, so the score is a little higher now :)
by willnorris 12y ago
nice project... I just updated a couple of minor gofmt, go vet, and golint issues I had overlooked in google/go-github, so the score is a little higher now :)
Just curious, at what level are you raising the cyclomatic complexity as an issue? Looks like around 12?
It might also be worth considering test coverage as another factor.
- deleted 12y ago[deleted]
- shawnps 12y agoHi, we're running gocyclo with "-over 10" Test coverage is definitely something we want to add but we weren't sure if we could figure out how to run them in a sandbox properly in the amount of time we had. I'll probably research how the Go Playground does it :)