feat(document-symbols): add yamlls document-symbols #358
Annotations
10 errors and 2 warnings
cmds/serve.go#L6
could not import github.com/mrjosh/helm-ls/internal/handler (-: # github.com/mrjosh/helm-ls/internal/handler
|
internal/handler/initialization.go#L82
h.yamllsConnector.InitiallySyncOpenDocuments undefined (type *yamlls.Connector has no field or method InitiallySyncOpenDocuments)
|
internal/handler/text_document.go#L21
h.yamllsConnector.DocumentDidOpen undefined (type *yamlls.Connector has no field or method DocumentDidOpen)
|
internal/handler/text_document.go#L52
h.yamllsConnector.DocumentDidSave undefined (type *yamlls.Connector has no field or method DocumentDidSave)
|
internal/handler/text_document.go#L80
h.yamllsConnector.DocumentDidChangeFullSync undefined (type *yamlls.Connector has no field or method DocumentDidChangeFullSync)
|
internal/handler/text_document.go#L82
h.yamllsConnector.DocumentDidChange undefined (type *yamlls.Connector has no field or method DocumentDidChange)) (typecheck)
|
internal/adapter/yamlls/client.go#L10
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
internal/adapter/yamlls/client.go#L15
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
internal/adapter/yamlls/client.go#L20
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
internal/adapter/yamlls/yamlls.go#L69
Error return value of `io.Copy` is not checked (errcheck)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading