reviewdog / errorformat

Vim's quickfix errorformat implementation in Go
https://reviewdog.github.io/errorformat-playground/
MIT License
108 stars 43 forks source link

"raw" errorformat ? #61

Open jcayzac opened 4 years ago

jcayzac commented 4 years ago

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

haya14busa commented 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?

jcayzac commented 4 years ago

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