Skip to content

Distinguish between truly redundant parens and technically redundant parens #1665

@NorfairKing

Description

@NorfairKing

I'd like to get a warning about these parens:

((theseAreTrulyRedundant))

but not about these:

a || (b && c)

These are technically redundant but I REALLY don't want to remove them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions