Fix rtd merge job to handle new tag uploaded
[releng/global-jjb.git] / .coafile
index 26ef6c1..86889a5 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,4 +1,14 @@
-[GitCommit]
+[all]
+ignore = .tox/**,
+    .git/**,
+    .gitignore,
+    .gitreview,
+    .gitmodules,
+    node_modules/**,
+    **.sw?,
+    **.orig
+
+[all.GitCommit]
 bears = GitCommitBear
 ignore_length_regex = Signed-off-by,
     Also-by,
@@ -6,35 +16,32 @@ ignore_length_regex = Signed-off-by,
     http://,
     https://
 
-[Groovy]
+[all.Groovy]
 bears = SpaceConsistencyBear
-files = **/*.groovy
-ignore = .git/**,
-    .tox/**
+files = **.groovy
 indent_size = 4
 use_spaces = true
 
-[MarkDown]
-bears = MarkdownBear,SpaceConsistencyBear
-files = **/*.md, **/*.markdown
-ignore = .git/**,
-    .tox/**
+[all.MarkDown]
+bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear
+files = **.md, **.markdown
 use_spaces = true
 
-[ShellCheck]
-bears = ShellCheckBear,SpaceConsistencyBear
-files = **/*.sh
+[all.reStructuredText]
+bears = SpaceConsistencyBear,WriteGoodLintBear
+files = **.rst
+use_spaces = true
 ignore = .git/**,
-    .tox/**
+    .tox/**,
+    docs/jjb/lf-ci-jobs.rst,
+    docs/jjb/lf-docker-jobs.rst,
+    docs/jjb/lf-macros.rst,
+    docs/jjb/lf-maven-jobs.rst,
+    docs/jjb/lf-python-jobs.rst
+
+[all.ShellCheck]
+bears = ShellCheckBear,SpaceConsistencyBear
+files = **.sh
 shell = bash
 indent_size = 4
 use_spaces = yeah
-
-[YAML]
-bears = YAMLLintBear
-files = **/*.yaml
-ignore = .git/**,
-    .tox/**
-document_start = True
-yamllint_config = yamllint.conf
-