Options (4)
-l, --listbooleanList all validation rules
Example:
core-validate-commit {{[-l|--list]}}--list-subsystembooleanList all valid Node.js subsystems
Example:
core-validate-commit {{[-ls|--list-subsystem]}}-t, --tapbooleanValidate the current commit formatting the output in tap format
Example:
core-validate-commit {{[-t|--tap]}}-h, --helpbooleanDisplay help
Example:
core-validate-commit {{[-h|--help]}}Examples (7)
Validate the current commit
Validate a specific commit
core-validate-commit commit_hashValidate a range of commits
git rev-list commit_hash..HEAD | xargs core-validate-commitList all validation rules
core-validate-commit [-l|--list]List all valid Node.js subsystems
core-validate-commit [-ls|--list-subsystem]Validate the current commit formatting the output in tap format
core-validate-commit [-t|--tap]Display help
core-validate-commit [-h|--help]made by @shridhargupta | data from tldr-pages