summaryrefslogtreecommitdiff
path: root/coveralls.json
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-07-12 17:29:02 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-10-13 16:44:01 +0300
commit7f82f18664f73a320f82d0430966b4f673391fbe (patch)
treec675c61dfe2748bbf9b82e367bdd5f7b975a1a37 /coveralls.json
parentc8418e2d1f0a5dd3b10925a125c3b69c0e8ea18b (diff)
exclude file_location check from coveralls
Diffstat (limited to 'coveralls.json')
-rw-r--r--coveralls.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/coveralls.json b/coveralls.json
index 75e845ade..8652591ef 100644
--- a/coveralls.json
+++ b/coveralls.json
@@ -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