Skip to content
New issue

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

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

Already on GitHub? # to your account

trailing_comma rule false positive for comments #940

Closed
roddi opened this issue Dec 7, 2016 · 0 comments
Closed

trailing_comma rule false positive for comments #940

roddi opened this issue Dec 7, 2016 · 0 comments
Labels
bug Unexpected and reproducible misbehavior.

Comments

@roddi
Copy link
Contributor

roddi commented Dec 7, 2016

Hi,

the following code will create a false positive in 0.13.1:

let example = [ "a",
                "b"
                // "c",
        ]
@marcelofabri marcelofabri added the bug Unexpected and reproducible misbehavior. label Dec 7, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Unexpected and reproducible misbehavior.
Projects
None yet
Development

No branches or pull requests

2 participants