Skip to content

Commit

Permalink
Use .exs file to avoid credo compilation issue in prod (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmanzanera committed Apr 20, 2023
1 parent 3f49463 commit 5705973
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
excluded: [~r"/_build/", ~r"/deps/", ~r"/node_modules/"]
},
color: true,
requires: ["./lib/checks/*.ex"],
requires: ["./lib/checks/*.exs"],
checks: [
# Custom checks
{Archethic.Checks.AtVsn, []},
Expand Down
File renamed without changes.

0 comments on commit 5705973

Please sign in to comment.