errorformat icon indicating copy to clipboard operation
errorformat copied to clipboard

"raw" errorformat ?

Open jcayzac opened this issue 5 years ago • 2 comments

Hello, Is it possible for reviewdog to directly consume a JSON array of errorformat.Entry ? Thanks.

jcayzac avatar May 19 '20 07:05 jcayzac

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 avatar May 19 '20 12:05 haya14busa

@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.

jcayzac avatar May 20 '20 01:05 jcayzac