aboutsummaryrefslogtreecommitdiff
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
parent62b7aa23e90af24a6d7c122e7ac689abce8a55c5 (diff)
downloadzendex-02479c31e9b15711ff3177be2322359987efe229.tar.gz
zendex-02479c31e9b15711ff3177be2322359987efe229.tar.xz
Adding credo.
-rw-r--r--mix.exs7
-rw-r--r--mix.lock4
2 files changed, 7 insertions, 4 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
diff --git a/mix.lock b/mix.lock
index 8d474b0..2255335 100644
--- a/mix.lock
+++ b/mix.lock
@@ -1,4 +1,6 @@
-%{"certifi": {:hex, :certifi, "0.4.0", "a7966efb868b179023618d29a407548f70c52466bf1849b9e8ebd0e34b7ea11f", [:rebar3], []},
+%{"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], []},
+ "certifi": {:hex, :certifi, "0.4.0", "a7966efb868b179023618d29a407548f70c52466bf1849b9e8ebd0e34b7ea11f", [:rebar3], []},
+ "credo": {:hex, :credo, "0.4.11", "03a64e9d53309b7132556284dda0be57ba1013885725124cfea7748d740c6170", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, optional: false]}]},
"earmark": {:hex, :earmark, "1.0.1", "2c2cd903bfdc3de3f189bd9a8d4569a075b88a8981ded9a0d95672f6e2b63141", [:mix], []},
"ex_doc": {:hex, :ex_doc, "0.13.0", "aa2f8fe4c6136a2f7cfc0a7e06805f82530e91df00e2bff4b4362002b43ada65", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
"hackney": {:hex, :hackney, "1.6.1", "ddd22d42db2b50e6a155439c8811b8f6df61a4395de10509714ad2751c6da817", [:rebar3], [{:certifi, "0.4.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.0", [hex: :ssl_verify_fun, optional: false]}]},