Closed kitagry closed 4 years ago
Hi @nametake , thanks for the nice language server!
When golangci-lint doesn't returns an error, this will be returned as:
{"uri":"file:///path/to/file.go","diagnostics":null}
But I think diagnostics should be an empty array, not null. So, I fixed it. Please feel free to merge this PR. Thanks.
Thank you!
Hi @nametake , thanks for the nice language server!
When golangci-lint doesn't returns an error, this will be returned as:
But I think diagnostics should be an empty array, not null. So, I fixed it. Please feel free to merge this PR. Thanks.