Skip to content

lint double comparisons #753

Open
Open
@llogiq

Description

@llogiq

Examples:
x == y || x < y / x < y || x == yx <= y
x == y || x > y / x > y || x == yx >= y
x < y || x > yx != y
x <= y && x >= y / x >= y && x <= yx == y
etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lintArea: New lintsE-mediumCall for participation: Medium difficulty level problem and requires some initial experience.T-ASTType: Requires working with the AST

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions