The-DevOps-Daily/terraform-provider-validatefx
在 GitHub 查看Refactor in_list helpers into shared utilities
Open
#169 创建于 2025年11月4日
good first issuehacktoberfestrefactor
仓库指标
- Star
- (21 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Centralize helper functions introduced for in_list (e.g., optional bool parsing) so other functions can reuse them.
Steps:
- Move generic helper logic to a shared internal package or existing common helper file.
- Update affected functions/tests to use the shared helpers.
- Add unit tests directly targeting the shared helpers for future regression protection.