As I understand it, Herb linter supports custom linters (which is great!), but I believe they have to be compiled in - that is, I need to fork this repo, add my linter, build it, and run my copy of herb-linter. The task of keeping my copy of the linter up to date then means I need to keep refreshing my fork and rebuilding.
It'd be great if I could simply define my custom linter in my own repo, then use the official herb-linter but instructing it to plug-in my custom linter, so I can carry on getting all the official updates with much less effort.
I'm not sure what this would look like, technically, though!
As I understand it, Herb linter supports custom linters (which is great!), but I believe they have to be compiled in - that is, I need to fork this repo, add my linter, build it, and run my copy of herb-linter. The task of keeping my copy of the linter up to date then means I need to keep refreshing my fork and rebuilding.
It'd be great if I could simply define my custom linter in my own repo, then use the official herb-linter but instructing it to plug-in my custom linter, so I can carry on getting all the official updates with much less effort.
I'm not sure what this would look like, technically, though!