This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-342) Refactor private build package
Prior to this commit, the private build package implemented its own private function to validate if a template config file prior to packaging it. This commit: 1. Updates the private build package to append a new value to its struct, ConfigProcessor, which must be a valid ConfigProcessorI interface. 2. Updates the private build package to replace calls to its own private checkConfig() function with calls to ConfigProcessor.CheckConfig. 3. Removes the private checkConfig() function from the private build package as it is no longer needed or used. 4. Updates the unit tests for the private build package to reflect the modified implementation of ConfigProcessor.CheckConfig() 5. Updates the build command itself to load the private processor.
- Loading branch information
1 parent
2e1b426
commit af5cd70
Showing
3 changed files
with
19 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters