Eep, just realized gocyclo is a private project at 
https://github.com/fzipp/gocyclo, sorry!

On Saturday, June 18, 2016 at 6:48:32 PM UTC-5, Conner Hewitt wrote:
>
> I think it would be best if the gocyclo tool ignored _test files, and in 
> turn Test functions.
>
> Testing is one of the cases where you may have to use a lot of 'for', 
> 'if', and other statements, which gocyclo produces warnings on.
>
> An example is my project where I'm at complexity of 17, just 2 over the 15 
> limit: https://goreportcard.com/report/github.com/beeker1121/goque
>
> Not a huge deal, but it is somewhat irritating :)
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to