-
Notifications
You must be signed in to change notification settings - Fork 506
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
Indentation is not flagged correctly when using use #141
Comments
This is due to two "limitations" of
Ideally, I'd like to make condition more strict I'm happy to work on that, but it will take some time. |
Have there been any updates on this issue? |
@Octogonapus Sorry, I didn't really made any progress here. But I'm still interested in that topic. Hopefully, I'll be able to come back soon. |
Ok. Let me know if there is something I can do to help. |
Moved to #338. |
I'm in a 2 spaces project with the following code.
I'd expect it to get flagged since the line in use as well as the
}
is not indented correctly. Instead it should look like this:I'm running version 0.15.0. Didn't try the snapshot out as it should only add quick fixing in case it gets reported. Correct me if I'm wrong.
The text was updated successfully, but these errors were encountered: