Skip to content

fix: check fmt.Fprintf return values to satisfy errcheck#5

Merged
ChrisJBurns merged 1 commit into
mainfrom
resolve-lint-issues-in-helm-crd-wrapper-github-act
May 29, 2026
Merged

fix: check fmt.Fprintf return values to satisfy errcheck#5
ChrisJBurns merged 1 commit into
mainfrom
resolve-lint-issues-in-helm-crd-wrapper-github-act

Conversation

@ChrisJBurns
Copy link
Copy Markdown
Collaborator

golangci-lint flagged 6 errcheck issues in internal/wrapper/wrapper.go for unchecked fmt.Fprintf/Fprintln return values. Explicitly discard both return values to silence the linter while preserving behavior.

golangci-lint flagged 6 errcheck issues in internal/wrapper/wrapper.go
for unchecked fmt.Fprintf/Fprintln return values. Explicitly discard
both return values to silence the linter while preserving behavior.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@ChrisJBurns ChrisJBurns merged commit b586843 into main May 29, 2026
1 check passed
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.

1 participant