Skip to content

Commit

Permalink
Move credo checks to .exs files
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmanzanera committed Apr 20, 2023
1 parent ea098d3 commit cfaac83
Show file tree
Hide file tree
Showing 3 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.
File renamed without changes.

0 comments on commit cfaac83

Please sign in to comment.