Add Coala git commit message linting 22/54222/2
authorDaniel Farrell <dfarrell@redhat.com>
Sun, 2 Apr 2017 20:20:32 +0000 (16:20 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 2 Apr 2017 21:12:42 +0000 (14:12 -0700)
Change-Id: Ie8aa83b2b4c31bf72f77df89f2e6d0966c710b15
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
.coafile

index 3e9b010111175331e4e43d5b68526e299974c341..08642fc75e0c4f95bf650695c09fafcc1574691a 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,3 +1,11 @@
+[Git]
+bears = GitCommitBear
+ignore_length_regex = Signed-off-by,
+    Also-by,
+    Co-authored-by,
+    http://,
+    https://
+
 [Markdown]
 bears = MarkdownBear
 files = **/*.md
@@ -28,3 +36,4 @@ ignore = .*/**,
     docs/submodules/spectrometer/**,
     docs/templates/template-user-guide.rst,
     docs/user-guide/**
+