Closed jadegopher closed 4 months ago
I think comments do not add any complexity to the functions and besides provide more context and describe non obvious parts of code.
May be it would be cool to add feature that allows ignore comment lines?
Hi,
Should already be a thing with ignore-comments: true
ignore-comments: true
https://golangci-lint.run/usage/linters/#funlen
But maybe the README here should also reflect that.
Regards, Markus
Closed by #21
I think comments do not add any complexity to the functions and besides provide more context and describe non obvious parts of code.
May be it would be cool to add feature that allows ignore comment lines?