From 9f8cea2d382bd1b3e75232e18ee77062284edb44 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 26 Jan 2018 14:31:37 -0500 Subject: [PATCH] Remove unused RSTcheckBear 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 --- .coafile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.coafile b/.coafile index 3329db1..38f6f36 100644 --- 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 - -- 2.16.6