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?
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?