You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract duplicated list type handling logic into reusable helper (#1559)
* Initial plan
* Refactor: extract duplicated list type handling into reusable helper function
- Created EnsureTypedList helper in typeutils package
- Replaced three instances of duplicated logic for handling untyped zero-value lists
- Removed unused strings import from resource.go
- All three instances (CategorizationFilters, Influencers, CustomRules) now use the centralized helper
Co-authored-by: neiljbrookes <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: neiljbrookes <[email protected]>
0 commit comments