Skip to content

test: don't allow interface{} types#81

Draft
jamietanna wants to merge 2 commits into
masterfrom
feat/no-anonymous
Draft

test: don't allow interface{} types#81
jamietanna wants to merge 2 commits into
masterfrom
feat/no-anonymous

Conversation

@jamietanna

Copy link
Copy Markdown
Collaborator

As noted in PRF-1956, we had some types that are defined as aliases of
interface{}, which reduce the type safety for our users.

To avoid this happening again, we can introduce a test to validate these
do not return again.

Co-authored-by: Claude Sonnet 4.6 jamie.tanna+claude-code@rootly.com

jamietanna and others added 2 commits May 4, 2026 15:55
As noted in PRF-1956, we had some types that are defined as aliases of
`interface{}`, which reduce the type safety for our users.

To avoid this happening again, we can introduce a test to validate these
do not return again.

Co-authored-by: Claude Sonnet 4.6 <jamie.tanna+claude-code@rootly.com>
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