logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 481906207e6d803e5c4d3e455c7b93119e392177
parent 8b6221d4ecd1d7e354e7de831dd46e285cb85077
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Tue, 13 Oct 2020 18:19:24 +0000

Merge branch 'bugfix/file-consistency-prod' into 'develop'

Move Consistency.FileLocation to ./test

See merge request pleroma/pleroma!3079

Diffstat:

M.credo.exs2+-
Rlib/credo/check/consistency/file_location.ex -> test/credo/check/consistency/file_location.ex0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.credo.exs b/.credo.exs @@ -25,7 +25,7 @@ # # If you create your own checks, you must specify the source files for # them here, so they can be loaded by Credo before running the analysis. - requires: ["./lib/credo/check/consistency/file_location.ex"], + requires: ["./test/credo/check/consistency/file_location.ex"], # # Credo automatically checks for updates, like e.g. Hex does. # You can disable this behaviour below: diff --git a/lib/credo/check/consistency/file_location.ex b/test/credo/check/consistency/file_location.ex