Skip to content

Commit

Permalink
Install credo.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeabody committed Sep 2, 2016
1 parent e1ec6df commit 61ae781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Expand Up @@ -31,6 +31,7 @@ defmodule JaSerializer.Mixfile do
{:benchfella, "~> 0.3.0", only: :dev},
{:ex_doc, "~> 0.7", only: :dev},
{:dialyxir, "~> 0.3.5", only: :dev},
{:credo, "~> 0.4.11", only: :dev},
]
end

Expand Down
2 changes: 2 additions & 0 deletions mix.lock
@@ -1,4 +1,6 @@
%{"benchfella": {:hex, :benchfella, "0.3.2", "b9648e77fa8d8b8b9fe8f54293bee63f7de03909b3af6ab22a0e546716a396fb", [:mix], []},
"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], []},
"credo": {:hex, :credo, "0.4.11", "03a64e9d53309b7132556284dda0be57ba1013885725124cfea7748d740c6170", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, optional: false]}]},
"decimal": {:hex, :decimal, "1.1.2", "79a769d4657b2d537b51ef3c02d29ab7141d2b486b516c109642d453ee08e00c", [:mix], []},
"dialyxir": {:hex, :dialyxir, "0.3.5", "eaba092549e044c76f83165978979f60110dc58dd5b92fd952bf2312f64e9b14", [:mix], []},
"earmark": {:hex, :earmark, "0.2.1", "ba6d26ceb16106d069b289df66751734802777a3cbb6787026dd800ffeb850f3", [:mix], []},
Expand Down

0 comments on commit 61ae781

Please sign in to comment.