summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-20 22:49:37 -0500
committerMark Felder <feld@feld.me>2024-01-20 22:49:37 -0500
commit17904003139f72780fcb151491e706f3cdd2374d (patch)
tree5b8db81e117e640a64edee59a031515c354eac88 /mix.exs
parent06ac829eb4cc5cc9b9c34ec711be134be93e97cc (diff)
downloadpleroma-17904003139f72780fcb151491e706f3cdd2374d.tar.gz
pleroma-17904003139f72780fcb151491e706f3cdd2374d.zip
Add Dialyxir with manual job execution
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 2e622d9da..541a60555 100644
--- a/mix.exs
+++ b/mix.exs
@@ -194,7 +194,8 @@ defmodule Pleroma.Mixfile do
{:hackney, "~> 1.18.0", override: true},
{:mox, "~> 1.0", only: :test},
{:websockex, "~> 0.4.3", only: :test},
- {:benchee, "~> 1.0", only: :benchmark}
+ {:benchee, "~> 1.0", only: :benchmark},
+ {:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false}
] ++ oauth_deps()
end