add static analysis tool Dialyzer

This commit is contained in:
Owen
2024-12-16 22:42:30 +01:00
parent cfdc5018c2
commit b85d9350a5
4 changed files with 8 additions and 4 deletions
+1
View File
@@ -22,6 +22,7 @@ defmodule PlantidDiscordBot.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
{:nostrum, "~> 0.10"},
{:httpoison, "~> 2.2"},
{:image, "~> 0.55"},