exclude file_location check from coveralls
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Sun, 12 Jul 2020 14:29:02 +0000 (17:29 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 13 Oct 2020 13:44:01 +0000 (16:44 +0300)
coveralls.json

index 75e845adefba2db0a0c0cc054c8612b8742a6a6b..8652591ef70c5fea876f545b25f069901f65c2a5 100644 (file)
@@ -1,6 +1,7 @@
 {
   "skip_files": [
     "test/support",
-    "lib/mix/tasks/pleroma/benchmark.ex"
+    "lib/mix/tasks/pleroma/benchmark.ex",
+    "lib/credo/check/consistency/file_location.ex"
   ]
 }
\ No newline at end of file