Skip to content

Instantly share code, notes, and snippets.

@0xradical
Created May 22, 2018 12:03
Show Gist options
  • Save 0xradical/44fdf39fcc2819c03bf255a2952f4053 to your computer and use it in GitHub Desktop.
Save 0xradical/44fdf39fcc2819c03bf255a2952f4053 to your computer and use it in GitHub Desktop.
Dependência no mix.exs
defp deps do
[
{:credo,"~> 0.8", only: [:dev, :test], runtime:false}
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment