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
warning: refactor this code to not use nested template literals (line 157)
Nesting template literals makes the code harder to read and understand, reducing maintainability. Simplifying nested literals into separate statements improves clarity and decreases cognitive complexity.
file name: src/posts/votes.js
warning: refactor this code to not use nested template literals (line 157)
Nesting template literals makes the code harder to read and understand, reducing maintainability. Simplifying nested literals into separate statements improves clarity and decreases cognitive complexity.
https://sonarcloud.io/project/issues?directories=src%2Fposts&issueStatuses=OPEN%2CCONFIRMED&id=CMU-313_NodeBB&open=AZFmjAHJybYwxy-_uEbD
The text was updated successfully, but these errors were encountered: