Install credo linter

This commit is contained in:
2022-02-19 14:19:56 +01:00
parent f5cc5b4454
commit dec7c159f4
3 changed files with 17 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ defmodule KafkaexLagExporter.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:kafka_ex, "~> 0.12.1"},
]
end