Skip to content

PR #1152

PR #1152 #263

GitHub Actions / golangci failed Feb 24, 2025 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

src/handler/v2/edition_test.go|167 col 11| indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)

Filtered Findings (0)

Annotations

Check failure on line 167 in src/handler/v2/edition_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] src/handler/v2/edition_test.go#L167

indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
Raw output
src/handler/v2/edition_test.go:167:11: indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
			} else {
				assert.NoError(t, err)
			}