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

feat: add `--validate-no-metadata` flag

Open aduh95 opened this issue 6 months ago • 8 comments

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 to report as invalid commits that include a PR-URL or Reviewed-by trailers so the CQ refuse to land such commit as having those manually entered is error prone.

aduh95 avatar Sep 02 '24 14:09 aduh95