Add Doctor to check docs & specs

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-09-27 09:41:49 +02:00
parent 4f2dd048c6
commit cc3106e425
3 changed files with 18 additions and 1 deletions

View File

@@ -179,7 +179,8 @@ defmodule Mobilizon.Mixfile do
{:elixir_feed_parser, "~> 2.1.0", only: :test},
{:mox, "~> 1.0", only: :test},
{:junit_formatter, "~> 3.1", only: [:test]},
{:sobelow, "~> 0.8", only: [:dev, :test]}
{:sobelow, "~> 0.8", only: [:dev, :test]},
{:doctor, "~> 0.18.0", only: :dev}
] ++ oauth_deps()
end