Quellcode durchsuchen

Move Consistency.FileLocation to ./test

This fixes a compilation fail because of Credo's absence in MIX_ENV=prod
1668/default-disable-prometheus
Haelwenn (lanodan) Monnier vor 3 Jahren
Ursprung
Commit
f5d8af1db1
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: D5B7A8E43C997DEE
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      .credo.exs
  2. +0
    -0
      test/credo/check/consistency/file_location.ex

+ 1
- 1
.credo.exs Datei anzeigen

@@ -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:


lib/credo/check/consistency/file_location.ex → test/credo/check/consistency/file_location.ex Datei anzeigen


Laden…
Abbrechen
Speichern