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

remove meaningless -total and -total-short options #47

Closed fzipp closed 2 years ago

fzipp commented 2 years ago

Average cyclomatic complexity makes sense, total does not. Adding the -total option was a mistake.