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.