From b949efc10b3218c7fe2d6b11d276f8020faa2347 Mon Sep 17 00:00:00 2001 From: Guillaume Aubert Date: Fri, 10 Apr 2015 18:17:47 -0700 Subject: [PATCH] Add ValidateChangelogFormat to githooksrc. --- .githooksrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooksrc b/.githooksrc index 6fc8cc5..995e85c 100644 --- a/.githooksrc +++ b/.githooksrc @@ -1,4 +1,4 @@ -force_plugins = PerlCompile, PerlCritic, ValidatePODFormat, BlockNOCOMMIT, PrependTicketID, RequireCommitMessage +force_plugins = PerlCompile, PerlCritic, ValidatePODFormat, BlockNOCOMMIT, PrependTicketID, RequireCommitMessage, ValidateChangelogFormat project_prefixes = GH extract_ticket_id_from_branch = /^($project_prefixes\d+)/ normalize_branch_ticket_id = s/^(.*?)(\d+)$/\U$1-$2/