Skip to content

No warning when there's no space around == #1762

Description

@Schenkie23

This code doesn't give any warning:
IF variable==5

Or this code
IF variable== 5

Or this cod
IF variable ==5

I expect all examples above to give a warning while the code below doesn't
IF variable == 5

Reason:
Formatting like this improves readability

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions