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
Make readability-function-cognitive-complexity threshold more strict (#365)
Functions with scores beyond 15 are typically flagged as potentially
problematic. Empirical evidence suggests that such functions are more
likely to correlate with higher error rates or maintenance challenges.
It becomes increasingly hard for developers to follow the control flow,
and these functions are prime candidates for refactoring into simpler,
more modular parts.
0 commit comments