Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to ignore local function? #49

Open
henry-infevo opened this issue Jul 13, 2022 · 0 comments
Open

How to ignore local function? #49

henry-infevo opened this issue Jul 13, 2022 · 0 comments

Comments

@henry-infevo
Copy link

I usually use local functions to split my main function to multiple part and group related functions together. However, gocyclo always report the complexity of my main function is high (e.g: 20) while it looks lower if we remove the local functions.

Can we have an option to exclude the local functions from calculation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant