X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=63142dee768c8891c4f3501675069e89b6409cf8;hb=00c4c6a382d9965ea42236232094c4352c9ebae1;hp=0e723c15f28542d2f171ae567b22a9a4873c57ec;hpb=3a6a4dd77aca3d423b92405e9cdbffca51b98bd3;p=akkoma diff --git a/mix.exs b/mix.exs index 0e723c15f..63142dee7 100644 --- a/mix.exs +++ b/mix.exs @@ -214,7 +214,8 @@ defmodule Pleroma.Mixfile do "ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"], "ecto.reset": ["ecto.drop", "ecto.setup"], test: ["ecto.create --quiet", "ecto.migrate", "test"], - docs: ["pleroma.docs", "docs"] + docs: ["pleroma.docs", "docs"], + analyze: ["credo --strict --only=warnings,todo,fixme,consistency,readability"] ] end