diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-07-12 17:29:02 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:44:01 +0300 |
commit | 7f82f18664f73a320f82d0430966b4f673391fbe (patch) | |
tree | c675c61dfe2748bbf9b82e367bdd5f7b975a1a37 | |
parent | c8418e2d1f0a5dd3b10925a125c3b69c0e8ea18b (diff) | |
download | pleroma-7f82f18664f73a320f82d0430966b4f673391fbe.tar.gz |
exclude file_location check from coveralls
-rw-r--r-- | coveralls.json | 3 |
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 |