You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throws something like the following error when linting:
Cache mode is on
Linting 642 files with 9 linters...
app/views/mymodel/show.html.erb:324:15: expected '/' or tag name (at )
app/views/mymodel/show.html.erb:324:27: expected '>' after '/' (at )
app/views/mymodel/show.html.erb:324:32: expected whitespace, '>' or '=' after attribute name (at ?)
app/views/mymodel/show.html.erb:324:32: expected whitespace, '>', attribute name or value (at ?)
The work around was to use < instead of < but I thought I would post here to see what your thoughts were on this and if it's something you want the library to handle?
The text was updated successfully, but these errors were encountered:
Using something like this:
Throws something like the following error when linting:
The work around was to use
<
instead of<
but I thought I would post here to see what your thoughts were on this and if it's something you want the library to handle?The text was updated successfully, but these errors were encountered: