Skip to content

fix(lint): discard fmt.Fprintf results in prettier config warnings - #74

Merged
gocanto merged 1 commit into
mainfrom
fix/prettier-errcheck
Jul 24, 2026
Merged

fix(lint): discard fmt.Fprintf results in prettier config warnings#74
gocanto merged 1 commit into
mainfrom
fix/prettier-errcheck

Conversation

@gocanto

@gocanto gocanto commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

The three errcheck warnings in driver/internal/tsruntime/prettier.go (introduced in #62) fail the lint (driver) job on every PR targeting main — CI lints the merge ref, so all currently-open refactor PRs (#63#73) inherit the failure. Discards the write results with the house _, _ = style (stderr warnings, best-effort by design). Merge this first; the open PRs then lint green without rebasing.

@gocanto
gocanto merged commit 305e374 into main Jul 24, 2026
10 checks passed
@gocanto
gocanto deleted the fix/prettier-errcheck branch July 24, 2026 02:45
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