reviewdog / errorformat

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

feature: allow negative line number #19

Closed JensRantil closed 7 years ago

JensRantil commented 7 years ago

This will allow using line number zero or negative in Reviewdog. See [1] for a use case.

[1] https://github.com/haya14busa/reviewdog/issues/92#issuecomment-299137785

haya14busa commented 7 years ago

Thanks, but errorformat is for parsing general linter result, not for reviewdog. I don't think linters output negative line number as valid case.