-
Notifications
You must be signed in to change notification settings - Fork 3
.html.erb files not recognized #11
Comments
Can you run |
So it looks like this linter would trigger in all of those situations as it identifies itself as being able to handle anything under the Would you be interested in updating this linter so it can be used again? Or are you still interested in maintaining this @exprojects? |
So you mean that actually, |
@Arcanemagus I wouldn't mind giving a shot at updating this. Where should I start (besides forking the repo and setting up the dev env)? |
The "documentation" is available here: https://github.com/atom-community/linter/wiki/Linter-API But I would recommend just checking out how one of the other linters that has already been updated works and emulating that. I try to keep linter-php as up to date as I can and then update the other ones that I maintain to match. However if you want to migrate this project to pure JS something like linter-stylelint is a good example to start from. If you have any questions feel free to comment here or ask in the Atom Slack instance. (I'm @Arcanemagus there as well.) |
Since it seems like nobody has given this a shot I'm happy to work a pure JS version of this. |
@rcsole great! We look forward to your PR! |
@rcsole linter-eslint is another good example of a pure JS one. |
@ricardograca or @rcsole are either of you planning on re-implementing this linter? If not I'll give it a shot sometime soon. |
Marking this particular issue as a duplicate of #9. |
@Arcanemagus Sorry for the lack of activity, but I haven't used the ERB linter in a while so I currently have no plans for working on this. I'll keep an eye open for this though. |
The linter is great, but only seems to be triggered on .erb files. And it seems that by default, an HTML linter is working on .html.erb files.
Anyone know where the fix for this would lie?
The text was updated successfully, but these errors were encountered: