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

'Each line in an array declaration must end in a comma" should ignore open paranthesis #9

Closed
c10b10 opened this issue Oct 4, 2012 · 3 comments

Comments

@c10b10
Copy link

c10b10 commented Oct 4, 2012

Here's the fix:

c10b10@1c5e90c

@Rarst
Copy link
Contributor

Rarst commented May 6, 2013

+1 hugely annoying for closures as values.

@westonruter
Copy link
Member

It should also ignore open brackets, which would allow closures to be included in arrays. See #16

@ghost ghost assigned shadyvb Oct 1, 2013
@shadyvb
Copy link
Contributor

shadyvb commented Oct 2, 2013

@westonruter This does allow closures to be included in arrays, apparently it is matching the opening parenthesizes of the closure.
This should fix #5 , #16 , after testing problematic codes of both.

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

4 participants