Append 3 more punt path protection TCs
[integration/test.git] / .coafile
index 2c65d054525d1457ab7b4ab19192a67f32d9d24a..c451f2e60794989476ec0bb884954bfccd8e3ae5 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -6,9 +6,13 @@ ignore_length_regex = Signed-off-by,
     http://,
     https://
 
+[reStructuredText]
+bears = RSTcheckBear
+files = **.rst
+ignore = .**
+
 [Python]
 bears = PEP8Bear
 files = **/*.py
 ignore = .*/**
 max_line_length = 120
-pydocstyle_ignore = D203, D213, D301