Horacio Sanson
Horacio Sanson
You can check ansible_lint.vim and vint.vim for examples on how to generate the command depending on the tool version.
Still proof of concept: https://github.com/microsoft/vscode-languageserver-node/blob/main/protocol/src/common/proposed.diagnostics.md#L1
The parser works by matching a pattern so there is no way to know if nothing was returned because the parser failed or because there were no errors reported by...
LSP spec is difficult to follow, at least for me. Indeed the textDocumentSync property can be either a dictionary or a numeric value but wether the client sends the didSave...
Other approach would be to ask purescript-language-server developert to update their server to implement a more recent version of the protocol (e.g. 3.16).
Looks good... you can make a PR with these changes. Make sure to update and add new tests to `test/handler/test_gometalinter_handler.vader`. I do not develop frequently in Golang but I would...
From a quick look at dmypy documentation it seems it can be used as any normal linter so it should be straightforward to add it to ALE as any other...
I use ktlint with ALE for work and I have never seen this behavior. I just tested on my machine and the fixer works as expected. Can you verify if...
Seems there was a bug that caused ktlint to output debug info even if --debug flag was not used: https://github.com/pinterest/ktlint/issues/1412 If you still see this behavior and are sure the...
I think the ALEInfo output is wrong as the filetype is "text" and enabled inters is empty. Independently of the wrong ALEInfo you may want to enable log file output...