aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <sblowers@findmypast.com>2016-09-08 09:58:55 +0100
committerSteven Blowers <sblowers@findmypast.com>2016-09-08 09:58:55 +0100
commit02479c31e9b15711ff3177be2322359987efe229 (patch)
tree7ab03a00ba997753d395467d986065fb83857f2d /mix.exs
parent62b7aa23e90af24a6d7c122e7ac689abce8a55c5 (diff)
downloadzendex-02479c31e9b15711ff3177be2322359987efe229.tar.gz
zendex-02479c31e9b15711ff3177be2322359987efe229.tar.xz
Adding credo.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs7
1 files changed, 4 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index c7afe41..2168cd0 100644
--- a/mix.exs
+++ b/mix.exs
@@ -17,9 +17,10 @@ defmodule Zendex.Mixfile do
end
defp deps do
- [{:ex_doc, ">= 0.0.0", only: :dev},
- {:httpoison, "~> 0.9"},
- {:poison, "~> 2.2"}]
+ [{:httpoison, "~> 0.9"},
+ {:poison, "~> 2.2"},
+ {:ex_doc, ">= 0.0.0", only: :dev},
+ {:credo, "~> 0.4", only: :dev}]
end
defp description do