-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Move ValidateConfig from configcheck to configtest #3956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move ValidateConfig from configcheck to configtest #3956
Conversation
fix: revert all the renamed variables
@bogdandrutu can you merge? |
@alolita I cannot since I asked for changes and they are not "resolved" - either implemented or explained why not to. |
fix: rename ValidateConfig to CheckConfigStruct
@bogdandrutu changed only for ValidateConfig() to CheckConfigStruct() |
@Aneurysm9 can you please review too? So that @bogdandrutu can merge :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the two test names this LGTM.
@bogdandrutu please merge |
Description:
This PR moves ValidateConfig from being used in configcheck to configtest and updates the import path usages.
Link to tracking Issue:
#3875