nametake / golangci-lint-langserver

golangci-lint language server
MIT License
201 stars 19 forks source link

Doesn't pass through the severity reported in the issue #26

Closed alexaandru closed 1 year ago

alexaandru commented 1 year ago

The reported severity is hardcoded (https://github.com/nametake/golangci-lint-langserver/blob/master/handler.go#L69) and the severity present in the issue is ignored (not even decoded from json).

It would be nice if it would respect it.