From 0457d62d378931bb7f6a078add46583feca0ad0b Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 12 Oct 2018 07:11:40 -0400 Subject: [PATCH] Rm false-pos-prone rst linting, rely on Sphinx Remove Coala RSTcheckBear and reSTLintBear reStructuredText linters. They both cause lots of false positives because they are not aware of Sphinx-specific syntax. We already get good coverage by setting Sphinx to fail on warnings. The main docs project did the same change in 69906. Change-Id: I287b3cabcd10b376994c1fcdc9de3da94ddb73dd Signed-off-by: Daniel Farrell --- .coafile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.coafile b/.coafile index 43f0846..95a58d8 100644 --- a/.coafile +++ b/.coafile @@ -35,11 +35,6 @@ bears = LineLengthBear enabled = False max_line_length = 100 -[all.rest] -bears = RSTcheckBear, - reSTLintBear -files = **.rst - [all.markdown] bears = MarkdownBear files = **.markdown, -- 2.36.6