-
This plugin doesn't set the errorformat, and so multiline failures like:
```
/home/jason/src/my-language/src/main.zig:359:22: error: unable to resolve inferred error set
try readDelimited(ps, '…
-
Since the commands like `:RescriptBuild` were removed, it would be very useful if this included support for Vim's built-in `makeprg` and `errorformat` features. I assume `makeprg` can just be `npx res…
-
Hello,
Is it possible for `reviewdog` to directly consume a JSON array of `errorformat.Entry` ?
Thanks.
-
I don't have a lot to go on here, but the short of it is that the errorformat setting is not taking across files. Results from CodeSniff are not being parsed correctly, and appear like
|| "/mnt/sd…
-
Running reviewdog with [jsonlint](https://github.com/zaach/jsonlint): `./node_modules/.bin/jsonlint -q -c $i | ./reviewdog -efm="%f: line %l, col %c, %m" -name="json lint" -reporter=github-check -fail…
-
I'm still struggling to understand how `vim-test` and various strategies hang together, so forgive me I'm way off base. But... I'm using the `AsyncRun` strategy, and it works, but the `errorformat` us…
-
### Problem
The function `convert_value_to_lua` in `runtime/lua/vim/_options.lua` does not consider escaped commas for arrays.
This makes it impossible to use e.g. `vim.opt.errorformat:append` wit…
-
I have these two errorformat efm patterns I want to use:
```
%+C %.%#
%W[WARNING] %f:[%l,%c] %m
```
This works great in the error format playground to match multi-line warnings of the type:
…
-
I would like to call ``` NeomakeSh python3 %:p``` and then to move through the error list in the quickfix window.
Lets a assume I have have a simple python script (```python_test.py```) given by:
…
-
While Vader populates the quickfix list itself when run inside of Vim, the output from `:Vader!` does not contain information about the line number.
In this context it would be also useful to ship an…