You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #684, I noticed that the sniff Generic.Metrics.CyclomaticComplexity doesn't check the cyclomatic complexity of anonymous functions, and I believe it should. That being said, I'm not too familiar with the concept of cyclomatic complexity, and I could be missing something.
Loosely related to #726. I think these two issues should probably be researched together and verified against an official definition for Cyclomatic Complexity (and possibly against some interpretations from other tools).
Is your feature request related to a problem?
While working on #684, I noticed that the sniff
Generic.Metrics.CyclomaticComplexity
doesn't check the cyclomatic complexity of anonymous functions, and I believe it should. That being said, I'm not too familiar with the concept of cyclomatic complexity, and I could be missing something.The text was updated successfully, but these errors were encountered: