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
The function defined for exports.processSortedSet is too long including many conditionals and while loops. The cognitive complexity of the function is 40 when it really should be at 15. Abstraction of some of the components of the function appears necessary to increase readability.
The text was updated successfully, but these errors were encountered:
The function defined for exports.processSortedSet is too long including many conditionals and while loops. The cognitive complexity of the function is 40 when it really should be at 15. Abstraction of some of the components of the function appears necessary to increase readability.
The text was updated successfully, but these errors were encountered: