Skip to content

shorthand_operator: false positive: seconds = seconds * 60 + value #1254

Closed
@dusek

Description

seconds = seconds * 60 + value

We don't want to rewrite it to

seconds *= 60
seconds += value

as that is simply 2 lines and somehow destroys the code and mind flow.

Swiflint: 0.16.1

Metadata

Assignees

No one assigned

    Labels

    bugUnexpected and reproducible misbehavior.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions