-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Remove redundancy in node.config schema keys for test and watch #60943
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
base: main
Are you sure you want to change the base?
Remove redundancy in node.config schema keys for test and watch #60943
Conversation
|
Review requested:
|
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.
This change removes the test and watch namespaces completely.
This is not what #60904 is about, it should only remove the test- prefix from keys.
The commit breaks many tests, run make test. Also it does not respect the commit guidelines, should be "lib: remove prefix from node.config.json namespaces" or something like that
Moreover I believe it should be an alias and not forbid the test- completely.
|
okay i will go through the issue and guidelines again, will update the codebase |
|
In addition of what Marco said, please add tests and PR description |
| } | ||
| } | ||
| }, | ||
| "test": { |
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.
I think we supposed to remove the prefix instead of the whole namespace no?
No description provided.