exclude file_location check from coveralls

This commit is contained in:
Alexander Strizhakov 2020-07-12 17:29:02 +03:00
parent c8418e2d1f
commit 7f82f18664
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 2 additions and 1 deletions

View 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"
]
}