Skip to content

Commit 474f638

Browse files
authored
Merge pull request #226 from lumynou5/master
Remove similar trailer keys from commit hook
2 parents c61139a + b39491f commit 474f638

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/commit-msg.hook

+1-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ build_commit_trailer_regex() {
140140

141141
# Predefined trailer keys.
142142
trailers=(
143-
'CC' 'Change-Id'
144-
'Bug' 'Close' 'Closes'
143+
'CC' 'Change-Id' 'Closes'
145144
'Acked-by' 'Co-authored-by' 'Reported-by' 'Reviewed-by'
146145
'Signed-off-by' 'Suggested-by' 'Tested-by'
147146
)

0 commit comments

Comments
 (0)