chore: reduce lint and type-check noise #187
Reference in New Issue
Block a user
Delete Branch "feat/linting-and-type-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Improve static analysis coverage and reduce lint/type-check noise across the codebase.
Motivation
Several existing warnings obscured meaningful diagnostics and made it difficult to distinguish genuine issues from expected patterns. This PR aims to make static analysis output actionable while preserving existing runtime behavior.
Changes
Non-Goals
Validation
The primary outcome is improved maintainability and clearer static-analysis feedback for future contributors.
a4895a3bb2to58169e2ce9chore: linting and type fixesto chore: reduce lint and type-check noise