commit | cd33b63dee361ad7e1a5f84131a03a482282f43a | [log] [tgz] |
---|---|---|
author | mrichomme <morgan.richomme@orange.com> | Thu Apr 09 18:38:07 2020 +0200 |
committer | mrichomme <morgan.richomme@orange.com> | Fri Apr 10 18:56:31 2020 +0200 |
tree | 7e1b3c71f2b5c31067daa9385e5977b227fce043 | |
parent | 287b75a69965d90e56dee2e6006fde931f9942d6 [diff] [blame] |
WIP: Add rst and md linters in tox Issue-ID: INT-1523 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ifcce4fa5985df52fd66414f5842f50e21a79006a Signed-off-by: mrichomme <morgan.richomme@orange.com>
diff --git a/.coafile b/.coafile index 28f4410..79c27af 100644 --- a/.coafile +++ b/.coafile
@@ -26,3 +26,14 @@ too-many-function-args, singleton-comparison ignore = .tox/** + +[rst] +bears = reSTLintBear +ignore = + .tox/** + +[md] +bears = MarkdownBear +ignore = + .tox/** +