logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 7f82f18664f73a320f82d0430966b4f673391fbe
parent c8418e2d1f0a5dd3b10925a125c3b69c0e8ea18b
Author: Alexander Strizhakov <alex.strizhakov@gmail.com>
Date:   Sun, 12 Jul 2020 17:29:02 +0300

exclude file_location check from coveralls

Diffstat:

Mcoveralls.json3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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