refactor(lsp): use lsp server and client interfaces #172
Annotations
10 errors and 2 warnings
Lint:
internal/adapter/yamlls/diagnostics_integration_test.go#L4
"context" imported and not used (typecheck)
|
Lint:
internal/handler/completion.go#L91
string `Chart` has 3 occurrences, make it a constant (goconst)
|
Lint:
internal/handler/completion.go#L93
string `Values` has 3 occurrences, make it a constant (goconst)
|
Lint:
internal/handler/definition.go#L18
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
internal/handler/initialization.go#L30
Error return value of `h.yamllsConnector.CallInitialize` is not checked (errcheck)
|
Lint:
internal/handler/initialization.go#L55
unused-parameter: parameter 'params' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
internal/handler/initialization.go#L71
Error return value of `h.yamllsConnector.CallInitialize` is not checked (errcheck)
|
Lint:
internal/handler/initialization.go#L72
Error return value of `h.yamllsConnector.DidChangeConfiguration` is not checked (errcheck)
|
Lint:
internal/handler/text_document.go#L36
Error return value of `h.client.PublishDiagnostics` is not checked (errcheck)
|
Lint:
internal/handler/text_document.go#L56
ineffectual assignment to err (ineffassign)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/helm-ls/helm-ls. Supported file pattern: go.sum
|
Loading