Skip to content

chore: migrate lint/test to docker-based tooling#43

Open
gcase555 wants to merge 1 commit intomasterfrom
chore/docker-ci-migration
Open

chore: migrate lint/test to docker-based tooling#43
gcase555 wants to merge 1 commit intomasterfrom
chore/docker-ci-migration

Conversation

@gcase555
Copy link
Contributor

No description provided.

@gcase555 gcase555 requested a review from a team as a code owner December 11, 2025 04:02
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
3 Security Hotspots
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

b := bytes.NewBufferString("\n")
for x := 0; x < vv.Len(); x = x + 1 {
b.WriteString(fmt.Sprintf(" - %s\n", yamlTypeDisplay(vv.Index(x).Interface())))
fmt.Fprintf(b, " - %s\n", yamlTypeDisplay(vv.Index(x).Interface()))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linter hinted that this is better performance

@fynder
Copy link

fynder commented Dec 17, 2025

Ope - the rare triple approve 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants