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 current Cognitive Complexity of the function "toggleDelete" in src/topics/tools.js is 17, which exceeds the allowed limit of 15. The problem should be solved after moving some if statements out of the function by adding helper functions.
SonarCloud Warning: Refactor this function to reduce its Cognitive Complexity.
Approach: Use helper functions to reduce complexity
The text was updated successfully, but these errors were encountered:
The current Cognitive Complexity of the function "toggleDelete" in
src/topics/tools.js
is 17, which exceeds the allowed limit of 15. The problem should be solved after moving some if statements out of the function by adding helper functions.SonarCloud Warning: Refactor this function to reduce its Cognitive Complexity.
Approach: Use helper functions to reduce complexity
The text was updated successfully, but these errors were encountered: