X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.credo.exs;h=b85898af361f7fe858db104b6206f5e3fd290e5e;hb=refs%2Fheads%2Fdevelop;hp=83e34a2b4de5b4fe3e4b0c36dc9cc6e17ee84000;hpb=b738f709532ff18845f5d8cc3888d0bd67f750ab;p=akkoma 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: