Update documentation tags in WaitUtils.robot
[integration/test.git] / .coafile
index 2c65d054525d1457ab7b4ab19192a67f32d9d24a..f4efdb9c96684083f1dc779bf99f9c13abe531b5 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -11,4 +11,8 @@ bears = PEP8Bear
 files = **/*.py
 ignore = .*/**
 max_line_length = 120
-pydocstyle_ignore = D203, D213, D301
+
+[reStructuredText]
+bears = RSTcheckBear
+files = **.rst
+ignore = .**