Epic: Detectors (wave 3)
Summary
Add a static-analysis detector for storage key reused with different value types.
Background & Problem
The same key symbol read/written as different types corrupts data or panics on deserialize.
Acceptance Criteria
Technical Notes
Follow the rule pattern in tooling/sanctifier-core/src/rules/ with an insta golden snapshot.
Filed as part of the mainnet-readiness & world-class roadmap. Scope is intentionally small enough for one focused PR; comment to claim.
Summary
Add a static-analysis detector for storage key reused with different value types.
Background & Problem
The same key symbol read/written as different types corrupts data or panics on deserialize.
Acceptance Criteria
Technical Notes
Follow the rule pattern in
tooling/sanctifier-core/src/rules/with aninstagolden snapshot.Filed as part of the mainnet-readiness & world-class roadmap. Scope is intentionally small enough for one focused PR; comment to claim.