Sanitize node configs via script, and do it automatically in a Git hook #635
Reference in New Issue
Block a user
Delete Branch "dev/sanitize_node_configs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a new util script for sanitizing node config JSON files (requires
jq), and a pre-commit hook that runs it on staged files innodes/and asks to re-stage the files in case they have been sanitized by the hook.Check the README change for adding the hook on your machine(s).
👍