feat(document-symbols): add yamlls document-symbols #363
Annotations
7 errors and 2 warnings
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)
|
internal/language_features/built_in_objects.go#L60
string `Values` has 4 occurrences, make it a constant (goconst)
|
internal/language_features/built_in_objects.go#L66
string `Chart` has 3 occurrences, make it a constant (goconst)
|
internal/util/points.go#L17
var-naming: don't use underscores in Go names; func parameter range_ should be range (revive)
|
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