Open jcayzac opened 4 years ago
Thank for the request! Yeah, actually I'm considering to support errorformat JSON or to create our own reviewdog JSON format.
@jcayzac btw, what's the use case do you expect to use that JSON format?
@haya14busa it's just that writing a transformer for my tools' output so that it can be parsed by errorformat + figuring out the obscure syntax accepted by errorformat is so much more work than just writing a transformer for its JSON format.
Hello, Is it possible for
reviewdog
to directly consume a JSON array oferrorformat.Entry
? Thanks.