feat: process values.yaml files #426
Annotations
10 errors and 2 warnings
lint (1.22.4, 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.22.4, 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.22.4, 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.22.4, ubuntu-latest):
internal/adapter/yamlls/yamlls.go#L70
Error return value of `io.Copy` is not checked (errcheck)
|
lint (1.22.4, ubuntu-latest):
internal/handler/handler.go#L28
field `yamllsConnector` is unused (unused)
|
lint (1.22.4, ubuntu-latest):
internal/handler/text_document.go#L15
Error return value of `handler.DidOpen` is not checked (errcheck)
|
lint (1.22.4, ubuntu-latest):
internal/handler/text_document.go#L32
Error return value of `handler.DidSave` is not checked (errcheck)
|
lint (1.22.4, ubuntu-latest):
internal/handler/text_document.go#L40
ineffectual assignment to err (ineffassign)
|
lint (1.22.4, ubuntu-latest):
internal/handler/text_document.go#L41
Error return value of `handler.DidChange` is not checked (errcheck)
|
lint (1.22.4, ubuntu-latest):
internal/language_features/built_in_objects.go#L58
string `Values` has 4 occurrences, make it a constant (goconst)
|
lint (1.22.4, ubuntu-latest)
The following actions use a deprecated Node.js version 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.22.4, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/helm-ls/helm-ls. Supported file pattern: go.sum
|