Skip to content

feat(document-symbols): add yamlls document-symbols #358

feat(document-symbols): add yamlls document-symbols

feat(document-symbols): add yamlls document-symbols #358

Triggered via pull request July 25, 2024 17:48
Status Success
Total duration 2m 15s
Artifacts

lint.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint (1.21.5, ubuntu-latest): cmds/serve.go#L6
could not import github.com/mrjosh/helm-ls/internal/handler (-: # github.com/mrjosh/helm-ls/internal/handler
lint (1.21.5, ubuntu-latest): internal/handler/initialization.go#L82
h.yamllsConnector.InitiallySyncOpenDocuments undefined (type *yamlls.Connector has no field or method InitiallySyncOpenDocuments)
lint (1.21.5, ubuntu-latest): internal/handler/text_document.go#L21
h.yamllsConnector.DocumentDidOpen undefined (type *yamlls.Connector has no field or method DocumentDidOpen)
lint (1.21.5, ubuntu-latest): internal/handler/text_document.go#L52
h.yamllsConnector.DocumentDidSave undefined (type *yamlls.Connector has no field or method DocumentDidSave)
lint (1.21.5, ubuntu-latest): internal/handler/text_document.go#L80
h.yamllsConnector.DocumentDidChangeFullSync undefined (type *yamlls.Connector has no field or method DocumentDidChangeFullSync)
lint (1.21.5, ubuntu-latest): internal/handler/text_document.go#L82
h.yamllsConnector.DocumentDidChange undefined (type *yamlls.Connector has no field or method DocumentDidChange)) (typecheck)
lint (1.21.5, ubuntu-latest): internal/adapter/yamlls/client.go#L10
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint (1.21.5, ubuntu-latest): internal/adapter/yamlls/client.go#L15
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint (1.21.5, ubuntu-latest): internal/adapter/yamlls/client.go#L20
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint (1.21.5, ubuntu-latest): internal/adapter/yamlls/yamlls.go#L69
Error return value of `io.Copy` is not checked (errcheck)
lint (1.21.5, ubuntu-latest)
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/
lint (1.21.5, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/helm-ls/helm-ls. Supported file pattern: go.sum