fix(completion): no space after cursor #474
Annotations
9 errors and 2 warnings
Lint:
internal/adapter/yamlls/client.go#L10
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
internal/adapter/yamlls/client.go#L15
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
internal/adapter/yamlls/client.go#L20
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
internal/adapter/yamlls/yamlls.go#L68
Error return value of `io.Copy` is not checked (errcheck)
|
Lint:
internal/language_features/built_in_objects.go#L58
string `Values` has 4 occurrences, make it a constant (goconst)
|
Lint:
internal/language_features/built_in_objects.go#L64
string `Chart` has 3 occurrences, make it a constant (goconst)
|
Lint:
internal/lsp/ast.go#L76
func `isPointLarger` is unused (unused)
|
Lint:
internal/lsp/symbol_table_template_context.go#L129
func `(*TemplateContextVisitor).addTemplateContextForDotInSelectorExpression` is unused (unused)
|
Lint:
internal/util/points.go#L17
var-naming: don't use underscores in Go names; func parameter range_ should be range (revive)
|
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/
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/helm-ls/helm-ls. Supported file pattern: go.sum
|
Loading