Skip to content

feat(onscreens): restore the state-flag overlay#800

Draft
dmerrick wants to merge 2 commits into
developfrom
feat/restore-state-flags
Draft

feat(onscreens): restore the state-flag overlay#800
dmerrick wants to merge 2 commits into
developfrom
feat/restore-state-flags

onscreens(flags): reuse the committed flag set instead of a fresh dow…

0393f04
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / golangci completed Jun 3, 2026 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

pkg/chatbot/commands.go|81 col 22| Error return value of a.Onscreens.ShowFlag is not checked (errcheck)
pkg/chatbot/commands.go|410 col 23| Error return value of a.Onscreens.ShowFlag is not checked (errcheck)
pkg/chatbot/commands.go|431 col 22| Error return value of a.Onscreens.ShowFlag is not checked (errcheck)

Filtered Findings (0)

Annotations

Check failure on line 81 in pkg/chatbot/commands.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/chatbot/commands.go#L81

Error return value of `a.Onscreens.ShowFlag` is not checked (errcheck)
Raw output
pkg/chatbot/commands.go:81:22: Error return value of `a.Onscreens.ShowFlag` is not checked (errcheck)
	a.Onscreens.ShowFlag(ctx, a.Video.Current().State, 10*time.Second)
	                    ^

Check failure on line 410 in pkg/chatbot/commands.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/chatbot/commands.go#L410

Error return value of `a.Onscreens.ShowFlag` is not checked (errcheck)
Raw output
pkg/chatbot/commands.go:410:23: Error return value of `a.Onscreens.ShowFlag` is not checked (errcheck)
		a.Onscreens.ShowFlag(ctx, vid.State, 10*time.Second)
		                    ^

Check failure on line 431 in pkg/chatbot/commands.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/chatbot/commands.go#L431

Error return value of `a.Onscreens.ShowFlag` is not checked (errcheck)
Raw output
pkg/chatbot/commands.go:431:22: Error return value of `a.Onscreens.ShowFlag` is not checked (errcheck)
	a.Onscreens.ShowFlag(ctx, vid.State, 10*time.Second)
	                    ^