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

isSkipDir skips non-hidden dirs #44

Closed derba closed 2 years ago

derba commented 2 years ago

It seems to me that isSkipDir skips a bit too much. This command used to work: gocyclo ./

fzipp commented 2 years ago

Thanks for the bug report. This is now fixed in v0.5.1.