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
In the src/install.js, there is a need to refactor the function called checkCIFlag on line 125 to reduce the cognitive complexity from 16 to 15 allowed. There are too many regular if statements and nested if statements, which make the code hard to read. Reducing the cognitive complexity of this function will help maintain high readability and understanding of this code for future testings and modifications.
The text was updated successfully, but these errors were encountered:
In the src/install.js, there is a need to refactor the function called checkCIFlag on line 125 to reduce the cognitive complexity from 16 to 15 allowed. There are too many regular if statements and nested if statements, which make the code hard to read. Reducing the cognitive complexity of this function will help maintain high readability and understanding of this code for future testings and modifications.
The text was updated successfully, but these errors were encountered: