Skip to content

Commit

Permalink
chore: fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Apr 11, 2024
1 parent 6d0e104 commit dd38827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# If you don't want TODO comments to cause `mix credo` to fail, just
# set this value to 0 (zero).
#
{Credo.Check.Design.TagTODO, [exit_status: 2]},
{Credo.Check.Design.TagTODO, false},
{Credo.Check.Design.TagFIXME, []},

#
Expand Down
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ defmodule AshJsonApiWrapper.MixProject do
defp aliases do
[
sobelow: "sobelow --skip",
credo: "credo --strict",
docs: ["docs", "ash.replace_doc_links"],
docs: ["docs", "spark.replace_doc_links"],
"spark.formatter": "spark.formatter --extensions AshJsonApiWrapper.DataLayer"
]
end
Expand Down

0 comments on commit dd38827

Please sign in to comment.