Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(yaml): add go-yaml types package #1225

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Merge branch 'main' into fix/go-yaml

4590305
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(yaml): add go-yaml types package #1225

Merge branch 'main' into fix/go-yaml
4590305
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Dec 19, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

compiler/native/expand.go|396 col 33| string golang has 3 occurrences, make it a constant (goconst)

Filtered Findings (0)

Annotations

Check failure on line 396 in compiler/native/expand.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] compiler/native/expand.go#L396

string `golang` has 3 occurrences, make it a constant (goconst)
Raw output
compiler/native/expand.go:396:33: string `golang` has 3 occurrences, make it a constant (goconst)
	case constants.PipelineTypeGo, "golang", "":
	                               ^