reviewdog / errorformat

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

Support for `%o` and `%>` #123

Open Strongleong opened 1 year ago

Strongleong commented 1 year ago

According to documentation %o and %> are valid items in errorformat string:

%o module name (finds a string) %> for next line start with current pattern again efm-%>

But this application does not support this items