futureverse / futureverse/future.batchtools
Template tools: Validate scripts generated by template
Open
- Dominant language
- R
- Stars
- 87
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Bash scripts can be validated using:
* `bash -n `
* ShellCheck
IDEA:
* Identify whether a script is a Bash script or not by inspecting the shebang. Then run it through `bash -n ` to validate it syntactically.
* Validate template already when setting up the plan.
Contributor guide
Assessment
This issue has not been assessed yet.