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

Destructive autocorrect and false positive with SpaceInHtmlTag #272

Open
PedroAugustoRamalhoDuarte opened this issue Aug 19, 2022 · 0 comments

Comments

@PedroAugustoRamalhoDuarte

With this following code:

<div class="modal fade" id=<%= modal_id %> tabindex="-1" role="dialog" aria-labelledby="modalTitle" aria-hidden="true">
</div>

when we run with erblint --enable-linters space_in_html_tag -a

<div class="modal fade" id=<%= modal_id %>>

I know that should double quotes around rails code, but rails runs this code fine and i think we can improve the linter to handle this situation.

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

1 participant