aboutsummaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
Diffstat (limited to '.coafile')
-rw-r--r--.coafile11
1 files changed, 11 insertions, 0 deletions
diff --git a/.coafile b/.coafile
index 28f4410d2..79c27af9e 100644
--- a/.coafile
+++ b/.coafile
@@ -26,3 +26,14 @@ pylint_enable =
too-many-function-args, singleton-comparison
ignore =
.tox/**
+
+[rst]
+bears = reSTLintBear
+ignore =
+ .tox/**
+
+[md]
+bears = MarkdownBear
+ignore =
+ .tox/**
+