summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-10-13 18:19:24 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-10-13 18:19:24 +0000
commit481906207e6d803e5c4d3e455c7b93119e392177 (patch)
treeecf11b59a4eb9e1d5c9b3b854e92ad87fb41bc04
parent8b6221d4ecd1d7e354e7de831dd46e285cb85077 (diff)
parentf5d8af1db118ba87fccf59e3150d2c1dd58fd492 (diff)
Merge branch 'bugfix/file-consistency-prod' into 'develop'
Move Consistency.FileLocation to ./test See merge request pleroma/pleroma!3079
-rw-r--r--.credo.exs2
-rw-r--r--test/credo/check/consistency/file_location.ex (renamed from lib/credo/check/consistency/file_location.ex)0
2 files changed, 1 insertions, 1 deletions
diff --git a/.credo.exs b/.credo.exs
index 83e34a2b4..b85898af3 100644
--- 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
index 500983608..500983608 100644
--- a/lib/credo/check/consistency/file_location.ex
+++ b/test/credo/check/consistency/file_location.ex