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

Do not analyze files ignored by go tool #7

Closed kostya-sh closed 6 years ago

kostya-sh commented 8 years ago

According to https://golang.org/cmd/go/: directory and file names that begin with "." or "_" are ignored by the go tool, as are directories named "testdata".

Fixes #6

gm42 commented 6 years ago

I think this is already covered by #12? I have merged that one in my cumulative improvements fork: https://github.com/gm42/gocyclo

kostya-sh commented 6 years ago

closing, seems to be this project is no longer maintained.