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
it should be happy running on anything that already has either ruby, or docker set up.
--
in terms of custom output format, i don't have a particular system in mind. it could be interesting to develop a custom reporter. i'm not sure spellr is at the point where that would be a public documented interface, but if you want you could make a pr.
the basic interface for these is 3 methods: initialise(output = nil)
output holds the stdin/stdout/stderr and a counts hash, and the exit code lib/spellr/base_reporter.rb call(token)
token is a string with a filename and location. this is generally used to print each error. finish
finish is called when everything is complete and is generally used to print the counts.
I have been using pronto and pronto-spell in gitlab ci pipelines for spell checks/comments.
But I would very much like to use spellr instead. (or a pronto-spellr)
Point 8 says:
It's easy to integrate with CI pipelines.
Are there some undocumented instructions of sorts somewhere for this?
Or is this only gonna be possible after the STDIN functionality has been added?
Also, how would one go about adding a custom output formatted?
Cheers,
Khalil
The text was updated successfully, but these errors were encountered: