mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.93k stars 203 forks source link

Read stylelint output from stderr #590

Closed sqwxl closed 4 months ago

sqwxl commented 4 months ago

The latest major release of stylelint, v16, changed the program to output problems to stderr rather than to stdout, as before.

I have tested the proposed changed locally and have found it to work as expected.

sqwxl commented 4 months ago

Closing this as a duplicate of #590

mfussenegger commented 4 months ago

As mentioned in the other PR I think using stream = 'both' should work for both versions and I'd merge a PR that makes that change