Skip to content

fix(lint): model as any#778

Open
ShaMan123 wants to merge 1 commit into
ThatOpen:mainfrom
ShaMan123:fix/model-any
Open

fix(lint): model as any#778
ShaMan123 wants to merge 1 commit into
ThatOpen:mainfrom
ShaMan123:fix/model-any

Conversation

@ShaMan123

@ShaMan123 ShaMan123 commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Description

This PR is a simple lint pass removing the dangerous model as any casting that caused v3.4.7 to break (#774) without surfacing the issue.
I see there are 91 remaining occurances of any casting. That is suboptimal.
I encourage enforcing lint at PR workflow level ThatOpen/engine_fragment#254

Additional context


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following:

  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Follow the Conventional Commits v1.0.0 standard for PR naming (e.g. feat(examples): add hello-world example).
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Ideally, include relevant tests that fail without this PR but pass with it.

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