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

Validate config file #30

Open
LukasBommes opened this issue Feb 8, 2022 · 0 comments
Open

Validate config file #30

LukasBommes opened this issue Feb 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@LukasBommes
Copy link
Owner

Currently, there are no validation checks performed on the user defined config file. The following checks would be useful:

  • validate types of values
  • validate ranges of values
  • ensure only allowed tasks are in the task list
  • ensure order of tasks makes sense
  • ensure that tasks that a task depend upon were already run (check if intermediate directories exist in workdir)
  • validate that only allowed keys are used
@LukasBommes LukasBommes added the enhancement New feature or request label Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant