add credo

This commit is contained in:
2024-08-12 16:19:06 +02:00
parent 0c52c18d92
commit 914246f08a
2 changed files with 219 additions and 1 deletions

View File

@ -59,7 +59,8 @@ defmodule SomethingErlang.MixProject do
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.2"},
{:meeseeks, "~> 0.17.0"},
{:req, "~> 0.5.0"}
{:req, "~> 0.5.0"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
]
end