From f560410edc920c31a376992c6807e2f8ac30be0a Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 20 Apr 2017 15:32:05 -0400 Subject: [PATCH] Allow long links in git commit messages Change-Id: I6f5f6737fdc375dff7d4cb80fdca571fe36dac1d Signed-off-by: Daniel Farrell --- .coafile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.coafile b/.coafile index 7d68966..17ccbc3 100644 --- a/.coafile +++ b/.coafile @@ -73,6 +73,8 @@ bears = GitCommitBear ignore_length_regex = Signed-off-by, Also-by, Co-authored-by, + http://, + https:// [xml] bears = XMLBear -- 2.36.6