Remove unused RSTcheckBear 52/8552/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 26 Jan 2018 19:31:37 +0000 (14:31 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 29 Jan 2018 20:29:10 +0000 (15:29 -0500)
Remove RSTcheckBear it had a typo and was not working in the first
place. There are checks for features with RSTcheckBear that we
cannot disable but require in our docs so let's leave this disabled.

Change-Id: I15f0e1a4e04c1e73c9ecbabd8cf13fae02be124b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile

index 3329db1..38f6f36 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -15,11 +15,10 @@ ignore_length_regex = Signed-off-by,
     https://
 
 [all.Documentation]
-bears = RSTCheckBear,WriteGoodLintBear
+bears = WriteGoodLintBear
 files = docs/**/*.rst
 
 [all.MarkDown]
 bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear
 files = **.md, **.markdown
 use_spaces = true
-