Add back ApplyPatchAction
[integration/packaging.git] / .coafile
index b44805c1c9d6b1a70d3e013eedcca33072a5b2f2..5c65f4cce277aedc51983494538ee29bf4db1e45 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,29 +1,30 @@
 [Default]
-ignore = .tox/**, .gitignore, .gitreview, .gitmodules, **/provisioning/roles/**
+ignore = .tox/**, .gitignore, .gitreview, .gitmodules, **/provisioning/roles/**, \
+         node_modules/**, ansible/ansible-opendaylight/**, docs/conf.py
 use_spaces = True
 
 [DOCS]
 bears = SpaceConsistencyBear, LineLengthBear
-files = ./**/*.rst
+#files = ./**/*.rst
 default_actions = SpaceConsistencyBear: ApplyPatchAction
 
 [markdown]
 bears = MarkdownBear
-files = ./**/*.markdown, ./**/*.md
+#files = ./**/*.markdown, ./**/*.md
 default_actions = MarkdownBear: ApplyPatchAction
 
 [dockerfile]
 bears = DockerfileLintBear
-files = ./**/Dockerfile
+#files = ./**/Dockerfile
 
 [json]
 bears = JSONFormatBear
-files = ./**/*.json
+#files = ./**/*.json
 default_actions = JSONFormatBear: ApplyPatchAction
 
 [shellcheck]
 bears = ShellCheckBear
-files = ./**/*.sh
+#files = **/*.sh
 
 [python]
 bears = PyUnusedCodeBear
@@ -37,4 +38,5 @@ default_actions = PEP8Bear: ApplyPatchAction
 
 [yaml]
 bears = YAMLLintBear
-files = ./**/*yaml, ./**/*.yml
+yamllint_config = .yamllint
+files = ./**/*.yaml, ./**/*.yml