mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit fixes an issue where adding `fixup` commits was triggering a lint error. The problem was caused by the fact that we used the entire message body while checking whether `fixup` commit has a corresponding "parent" commit in a range. This issue was found after enforcing a check that exits the process if there is an invalid commit message found (
|
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| cli.ts | ||
| config.ts | ||
| validate-file.ts | ||
| validate-range.ts | ||
| validate.spec.ts | ||
| validate.ts | ||