Closed tMinamiii closed 2 years ago
This lsp expected exit-code=1 when found lint errors. If golanci-lint configuration, for example .golanci.yml, defined issues-exit-code: 0, lsp does not work fine. I think I should add --issues-exit-code=1 README.md Configurations
exit-code=1
defined issues-exit-code: 0
--issues-exit-code=1
https://github.com/nametake/golangci-lint-langserver/blob/bcc1b4970c5e55254fc43831375be084a0c7d629/handler.go#L44-L47
thx!
This lsp expected
exit-code=1
when found lint errors. If golanci-lint configuration, for example .golanci.yml,defined issues-exit-code: 0
, lsp does not work fine. I think I should add--issues-exit-code=1
README.md Configurationshttps://github.com/nametake/golangci-lint-langserver/blob/bcc1b4970c5e55254fc43831375be084a0c7d629/handler.go#L44-L47