Rm false-pos-prone rst linting, rely on Sphinx 31/76931/1
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 12 Oct 2018 11:11:40 +0000 (07:11 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 12 Oct 2018 11:11:40 +0000 (07:11 -0400)
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 <dfarrell@redhat.com>
.coafile

index 43f08464b852c56b13eeb848c0d4c72716fc780a..95a58d845cdc6d45ebe2949524f5d6c440fe096b 100644 (file)
--- 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,