Skip to content

avoiding unwanted tuples with trailing comma #67

@kermany

Description

@kermany

I just encountered a bug due to a trailing comma: i.e, in my coda I had

FOO = 42,

instead of

FOO = 42

It interpreted FOO as a tuple. It would be great to have a rule to avoid such bugs in future (maybe removing trailing commas? )

@CamDavidsonPilon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions