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
Issue: The function Groups.update in file src/groups/update.js has a complex control flow, causing its Cognitive Complexity on SonarCloud to reach 27, which is higher than the allowed 15.
Task: The code in this function should be refactored into smaller, easier-to-manage pieces to reduce its Cognitive Complexity from 27 to the 15 allowed.
The text was updated successfully, but these errors were encountered:
Issue: The function
Groups.update
in filesrc/groups/update.js
has a complex control flow, causing its Cognitive Complexity on SonarCloud to reach 27, which is higher than the allowed 15.Task: The code in this function should be refactored into smaller, easier-to-manage pieces to reduce its Cognitive Complexity from 27 to the 15 allowed.
The text was updated successfully, but these errors were encountered: