SonarCloud Finding — S1940
2 instances of negated boolean expressions that could use opposite operator.
| File |
Line |
Fix |
server/components/CodeInput.vue |
54 |
Use >= instead of !< |
server/app.vue |
41 |
Use != instead of negation |
Fix
Simplify to use the opposite comparison operator.
SonarCloud Finding — S1940
2 instances of negated boolean expressions that could use opposite operator.
server/components/CodeInput.vue>=instead of!<server/app.vue!=instead of negationFix
Simplify to use the opposite comparison operator.