Skip to content

feat(completions): complete template blocks in text node #84

feat(completions): complete template blocks in text node

feat(completions): complete template blocks in text node #84

Triggered via pull request December 29, 2023 16:14
Status Success
Total duration 1m 57s
Artifacts

lint.yml

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

Annotations

5 errors and 1 warning
lint (1.19.1, ubuntu-latest): internal/adapter/yamlls/trimTemplate.go#L35
var-naming: don't use underscores in Go names; func trim_action should be trimAction (revive)
lint (1.19.1, ubuntu-latest): internal/adapter/yamlls/trimTemplate.go#L63
var-naming: don't use underscores in Go names; func trim_if_action should be trimIfAction (revive)
lint (1.19.1, ubuntu-latest): internal/documentation/go_docs/gotemplate.go#L33
var-naming: don't use an underscore in package name (revive)
lint (1.19.1, ubuntu-latest): internal/handler/completion.go#L251
undeclared name: `HelmSnippet` (typecheck)
lint (1.19.1, ubuntu-latest): internal/handler/completion.go#L268
undeclared name: `HelmSnippet` (typecheck)
lint (1.19.1, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/