Skip to content

sonar: MINOR — Simplify boolean expressions (2 instances) #88

Description

@BillyOutlast

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions