Skip to content

Feat: Runtime inspection framework #296

Feat: Runtime inspection framework

Feat: Runtime inspection framework #296

GitHub Actions / golangci-runtime failed Mar 1, 2024 in 0s

reviewdog [golangci-runtime] report

reported by reviewdog 🐶

Findings (1)

runtime/inspection/inspected_object.go|103 col 10| type assertion must be checked (forcetypeassert)

Filtered Findings (0)

Annotations

Check failure on line 103 in runtime/inspection/inspected_object.go

See this annotation in the file changed.

@github-actions github-actions / golangci-runtime

[golangci-runtime] runtime/inspection/inspected_object.go#L103

type assertion must be checked (forcetypeassert)
Raw output
inspection/inspected_object.go:103:10: type assertion must be checked (forcetypeassert)
		return value.(InspectedObject), true
		       ^