Skip to content

Commit

Permalink
added credo for static code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeojo committed Jul 4, 2017
1 parent a5312f3 commit d01effb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ defmodule Bsc.Mixfile do
{:comeonin, "~> 3.1"},
{:credo, "~> 0.8", only: [:dev, :test], runtime: false},
{:guardian, "~> 0.14"},
{:credo, "~> 0.8", only: [:dev, :test], runtime: false},
{:cowboy, "~> 1.0"}]
end

Expand Down

0 comments on commit d01effb

Please sign in to comment.