Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

[const-on-right] reports false-positive on const declarations separated by linebreak #45

Open
jhauberg opened this issue Apr 10, 2018 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@jhauberg
Copy link
Owner

As noted in the commit 8492082, this is a known, but tolerated, false-positive.

It would be nice to have it fixed, but I don't currently have any clever ideas for it. Leaving an issue behind to make sure the problem isn't forgotten.

Example:

screen shot 2018-04-10 at 17 44 04

As I see it, we would need to know about types to figure out that the declaration started on the previous line- because otherwise, what do we look for?

@jhauberg jhauberg added the bug Something isn't working label Apr 10, 2018
@jhauberg jhauberg added this to Bugs in Future Apr 10, 2018
jhauberg added a commit that referenced this issue Apr 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant