Remove deprecated test fn calls outside of tests
[integration/packaging/puppet-opendaylight.git] / .coafile
index 14c21a538c3d01803e37da26b3808009fb3724a1..0915cf93ba3c357c54b4cbe91443d4b5050bf860 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,30 +1,83 @@
-[Default]
-ignore = .gitignore
+[all]
+ignore = .tox/**,
+    .git/**,
+    .gitignore,
+    .gitreview,
+    **.log,
+    node_modules/**,
+    **.sw?,
+    **.orig,
+    **/.vagrant**,
+    pkg/**,
+    .bundle/**,
+    junit/**,
+    log/**,
+    spec/fixtures/modules/**
+
+[all.git]
+bears = GitCommitBear
+ignore_length_regex = Signed-off-by,
+    Also-by,
+    Co-authored-by,
+    http://,
+    https://
+
+[all.spacing]
+bears = SpaceConsistencyBear
 use_spaces = True
+enforce_newline_at_EOF = False
+files = **
+default_actions = SpaceConsistencyBear: ApplyPatchAction
 
-[markdown]
-bears = MarkdownBear
-files = ./**/*.markdown, ./**/*.md
-default_actions = MarkdownBear: ApplyPatchAction
+[all.linelength]
+bears = LineLengthBear
+enabled = False
+max_line_length = 100
 
-[json]
-bears = JSONFormatBear
-files = ./**/*.json
-default_actions = JSONFormatBear: ApplyPatchAction
+[all.Documentation]
+bears = WriteGoodLintBear
+files = **.markdown,
+    **.md,
+    **.rst
+allow_so_beginning = False
+allow_there_is = False
+allow_cliche_phrases = False
+allow_repeated_words = False
 
-[ruby]
-bears = RuboCopBear
-files = ./**/*.rb
+[all.ruby]
+bears = RubySyntaxBear,
+    RubySmellBear,
+    RuboCopBear
+files = **.rb
+enabled = False
 
-[puppet]
+[all.puppet]
 bears = PuppetLintBear
-files = ./**/*.pp
+enabled = False
 
-[xml]
-bears = XMLBear
-files = ./**/*.xml
+[all.markdown]
+bears = MarkdownBear
+files = **.markdown,
+    **.md
+default_actions = MarkdownBear: ApplyPatchAction
+
+[all.rest]
+bears = RSTcheckBear,
+    reSTLintBear
+files = **.rst
 
-[yaml]
+[all.yaml]
 bears = YAMLLintBear
 yamllint_config = .yamllint
-files = ./**/*.yaml, ./**/*.yml
+files = **.yaml,
+    **.yml
+
+[all.json]
+bears = JSONFormatBear
+files = **.json
+default_actions = JSONFormatBear: ApplyPatchAction
+
+[all.xml]
+bears = XMLBear
+files = **.xml
+enabled = False