core-validate-commit icon indicating copy to clipboard operation
core-validate-commit copied to clipboard

Validate commit messages for Node.js core

Results 15 core-validate-commit issues
Sort by recently updated
recently updated
newest added

Add a hook to call `core-validate-commit` when you check in

Ref: https://github.com/nodejs/node/issues/53795#issuecomment-2219727938 Ref: https://github.com/nodejs/node/pull/53752 CC @targos

https://github.com/nodejs/core-validate-commit/blob/006aedd1c889ebfacdf2c346efd6e6a572cbc5e0/lib/rules/subsystem.js#L43-L45

Useful to ensure the commit message doesn't include metadata that should be added by automation (PR-URL and reviewers). In particular, we could use that in the commit linter in nodejs/node...