X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.coafile;h=c451f2e60794989476ec0bb884954bfccd8e3ae5;hb=6d7719503cb948051d3cd9f84041f3409a4e13c8;hp=2c65d054525d1457ab7b4ab19192a67f32d9d24a;hpb=e1f198b16b6159140d4374e1ed3248091fcc61c2;p=integration%2Ftest.git diff --git a/.coafile b/.coafile index 2c65d05452..c451f2e607 100644 --- 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