Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoiding unwanted tuples with trailing comma #67

Open
kermany opened this issue May 23, 2017 · 0 comments
Open

avoiding unwanted tuples with trailing comma #67

kermany opened this issue May 23, 2017 · 0 comments

Comments

@kermany
Copy link

kermany commented May 23, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant