fzipp / gocyclo

Calculate cyclomatic complexities of functions in Go source code.
BSD 3-Clause "New" or "Revised" License
1.33k stars 81 forks source link

Don't recurse into directories. #1

Closed alecthomas closed 3 years ago

alecthomas commented 9 years ago

For editor/IDE tooling, recursing by default can be very very slow. I think, as with many other tools, that in conjunction with find -type d all use cases are satisfied.

vrecan commented 9 years ago

I agree, it would be nice if you could still recurse by doing ./... like all the other standard go tools.

josegonzalez commented 8 years ago

bump :)

morrisonbrett commented 8 years ago

Nice optimization @alecthomas.

ajvb commented 8 years ago

:+1:

Rican7 commented 8 years ago

:+1:

cep21 commented 8 years ago

Hi,

Is there any update on having this diff merged?

johnnywidth commented 7 years ago

+1

wrouesnel commented 7 years ago

+1

lexfrei commented 7 years ago

👍

srfrog commented 6 years ago

+1