Cleanup work
This commit is contained in:
parent
eb6631dd8b
commit
f0cf03141b
11 changed files with 59 additions and 9 deletions
6
mix.exs
6
mix.exs
|
|
@ -63,7 +63,10 @@ defmodule BirdyChat.MixProject do
|
|||
{:jason, "~> 1.2"},
|
||||
{:dns_cluster, "~> 0.2.0"},
|
||||
{:bandit, "~> 1.5"},
|
||||
{:credo, "~> 1.0", only: [:dev, :test]},
|
||||
|
||||
# Static analysis tools
|
||||
{:credo, "~> 1.0", only: [:dev, :test], runtime: false},
|
||||
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
|
||||
|
||||
# Telemetry
|
||||
{:opentelemetry, "~> 1.0"},
|
||||
|
|
@ -90,6 +93,7 @@ defmodule BirdyChat.MixProject do
|
|||
precommit: [
|
||||
"compile --warnings-as-errors",
|
||||
"credo --strict",
|
||||
"dialyzer",
|
||||
"deps.unlock --unused",
|
||||
"format",
|
||||
"test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue