Add Coala ignores to prevent symlink loop 25/56125/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 26 Apr 2017 20:26:40 +0000 (16:26 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 26 Apr 2017 20:26:40 +0000 (16:26 -0400)
The spec/fixtures/modules dir ends up with a symlink to the root of the
repo after running Beaker tests. This causes Coala to hang forever.

Change-Id: I73d22dca7e65d6cb31b164a37084a469693ecbe4
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
.coafile

index a3543e6d6c115999bdc6099976c524b002261d92..48035e0f4e6015e2964b66f9c76f30f5b6d080d5 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,7 +1,7 @@
 [default]
 ignore = .tox/**, .git/**, .gitignore, .gitreview, **.log,
     node_modules/**, **.sw?, **.orig, **/.vagrant**, pkg/**,
-    .bundle/**
+    .bundle/**, junit/**, log/**, spec/fixtures/modules/**
 
 [git]
 bears = GitCommitBear