add option to lint diff buffers#3185
Conversation
|
Looks good! Thanks for the patch. We'll need a maintainer to review though. |
|
This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See |
|
@w0rp tests have been written and documentation added. Can we reopen this and get it merged? |
|
@w0rp @Hnasar after using vim-lsp as a standalone for a few years, I'm coming back to using ALE precisely because the error messaging in vim-lsp in diff buffers caused odd jumping around the file. I hadn't realized this was never merged because I had it locally, but if I'm coming back because vim-lsp is insufficient for diff buffers then it doesn't really make sense if it's not supported. Can we reopen and merge this? |
|
Am I missing something here? I don't want to obnoxiously bump, but I also don't want it to get stale. |
|
Another gentle bump |
|
Cheers! 🍻 Nothing but a simple 5 year turnaround on merging a PR. Sorry about that. 😆 |
* upstream/master: Added support for harper in markdown files (dense-analysis#5104) fix(phpcs): run from project root instead of file directory (dense-analysis#5105) support running solargraph via bundle (dense-analysis#5097) Fix dense-analysis#5062 - Keep ALE LSP compatible with Neovim 0.10 and 0.11+ Tell OpenCode how to write ALE code feat(rstcheck): Add automatic --config support with version check (dense-analysis#5095) Truncate astro test files to quiet dependabot Skip ALE docker download attempts doc goimport (dense-analysis#5093) refactor: use ale#Pad for option padding across the codebase (dense-analysis#5091) add option to lint diff buffers (dense-analysis#3185)
Adds an option to lint diff buffers as suggested below:
#2583
Tests added, documentation updated.