Allow long links in git commit messages
[integration/packaging.git] / .coafile
index df3ea6195aef2346a55c344226bbb0c96bc9cd0b..17ccbc3d12d26aa4f94bc6e631cd7e31d49cf962 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,13 +1,12 @@
 [default]
 ignore = .tox/**, .git/**, .gitignore, .gitreview, .gitmodules,
-    **/provisioning/roles/**, node_modules/**, **.sw?,
+    **/provisioning/roles/**, node_modules/**, **.sw?, **.orig,
     ansible/ansible-opendaylight/**, puppet/puppet-opendaylight/**,
     docs/conf.py, **/.vagrant/**, **.box, **postman_collection**,
-    **packer_cache**, **.tar.gz, **.rpm, **.pyc
+    **packer_cache**, **.tar.gz, **.rpm, **.pyc, deb/templates/rules_template
 
 [spacing]
 bears = SpaceConsistencyBear
-enabled = False
 use_spaces = True
 enforce_newline_at_EOF = False
 files = **
@@ -20,7 +19,6 @@ max_line_length = 100
 
 [rest]
 bears = RSTcheckBear, reSTLintBear
-enabled = False
 files = **.rst
 
 [markdown]
@@ -30,7 +28,6 @@ default_actions = MarkdownBear: ApplyPatchAction
 
 [dockerfile]
 bears = DockerfileLintBear
-enabled = False
 files = **Dockerfile
 
 [json]
@@ -76,7 +73,9 @@ bears = GitCommitBear
 ignore_length_regex = Signed-off-by,
     Also-by,
     Co-authored-by,
+    http://,
+    https://
 
 [xml]
 bears = XMLBear
-enabled = False
+files = **.xml