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.76k stars 191 forks source link

fix(ansible-lint): add --nocolor argument #566

Closed marnym closed 2 months ago

marnym commented 2 months ago

The output of ansible-lint was colored (at least on my machine). This lead to the parser failing to parse any diagnostics. By setting the --nocolor the diagnostics began to show up properly.

I also checked some other parsers and many of them had colors disabled, so this should probably be the case for ansible-lint too.