Skip to content
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

config: Check for invalid keys in YAML config file #4

Open
jiping-s opened this issue Jun 3, 2021 · 0 comments
Open

config: Check for invalid keys in YAML config file #4

jiping-s opened this issue Jun 3, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jiping-s
Copy link
Collaborator

jiping-s commented Jun 3, 2021

YAML v3 is being used to support custom tags in the config file. It's WIP and there is no checking for invalid keys for now. As a result most transforms simply require all keys to be specified to reduce the chance of human errors.

It needs to be fixed whether in this repository or in go yaml lib.

@jiping-s jiping-s added the bug Something isn't working label Jun 3, 2021
@jiping-s jiping-s changed the title config: check for invalid keys in YAML config file config: Check for invalid keys in YAML config file Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant