Skip to content

Commit e179196

Browse files
committed
build: disallow fixup commit in this repo
This is so that `fixup!` commit do not end up accidently in the main branch. Example: b9c76c9
1 parent b9c76c9 commit e179196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ng-dev/commit-message.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ function buildScopesFor(pkg: string, subpkgs: string[]) {
77

88
export const commitMessage: CommitMessageConfig = {
99
maxLineLength: Infinity,
10+
disallowFixup: true,
1011
minBodyLength: 0,
1112
scopes: [
1213
...buildScopesFor('bazel', [

0 commit comments

Comments
 (0)