-
Notifications
You must be signed in to change notification settings - Fork 60
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
ControlStatementSpacing
may be broken
#168
Comments
ControlSpacingStatement
may be brokenControlStatementSpacing
may be broken
Thanks for the report. Can you confirm this doesn't happen in 0.24.0? Can you provide a snippet of code that reproduces the issue? |
We are currently using 0.24.0 and this does not happen.
Sure! But it takes a little time to provide this. |
Heads up @rotelstift: looks like this was introduced by #164. I will revert if you are not able to provide a fix. Thanks! |
I've created a repository for reproduction. The issue seems to happen when inlined = link_to_if true, \
'index'
span = '42'.to_i |
For now, I've reverted the PR that introduced and cut 0.26.0 as a new release. Happy to re-merge the reverted PR once the issue discussed here has been addressed. In the meantime, I'm going to close this issue as technically resolved by virtue of reverting, but hopefully the original author will find some time to investigate and implement a fix. Thanks for reporting! |
…(#169) This reverts commit ff1ef25815b4094320b8fdb709429e9aa1fee6f9, since it results in the issue described in sds/slim-lint#168.
I got the following error in v0.25.0.
The text was updated successfully, but these errors were encountered: