forked from AkkomaGang/akkoma
Move Consistency.FileLocation to ./test
This fixes a compilation fail because of Credo's absence in MIX_ENV=prod
This commit is contained in:
parent
8b6221d4ec
commit
f5d8af1db1
2 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue