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

golangci-lint: fixing stdout of golangci-lint when some output flags … #575

Closed juniorsaldanha closed 2 months ago

juniorsaldanha commented 2 months ago

If some of the items below are enable on .golangci.yml it will print some things on stdout that will break the nvim-lint parsing

ISSUE: CleanShot 2024-04-29 at 20 46 05

SOLUTION: CleanShot 2024-04-29 at 20 47 08

RESULT: CleanShot 2024-04-29 at 20 50 14