From 6a6f7f985f63589348841eaadf2511bd6a2c72aa Mon Sep 17 00:00:00 2001 From: Aakash Hemadri Date: Wed, 20 Apr 2022 18:12:13 +0530 Subject: [PATCH] fix: too much hassle (#24) we are going public Signed-off-by: Aakash Hemadri --- hooks/commit-msg | 2 -- 1 file changed, 2 deletions(-) diff --git a/hooks/commit-msg b/hooks/commit-msg index ce729b7..feeba9a 100755 --- a/hooks/commit-msg +++ b/hooks/commit-msg @@ -35,5 +35,3 @@ if ! echo "$commit_title" | grep -qP '^(?:feat|fix|docs|style|refactor|perf|test echo "commit-msg hook: Please see https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commit-message-format" exit 1 fi - -