Skip to content

Commit 76ba99d

Browse files
committed
fixup!: cleanup credo changes
1 parent 28cf4f6 commit 76ba99d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/expert_credo/mix.exs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
defmodule ExpertCredo.MixProject do
22
use Mix.Project
33
Code.require_file("../../mix_dialyzer.exs")
4-
Code.require_file("../../mix_includes.exs")
54
@repo_url "https://github.com/elixir-lang/expert/"
65
@version "0.5.0"
76

@@ -29,8 +28,7 @@ defmodule ExpertCredo.MixProject do
2928
defp deps do
3029
[
3130
{:forge, path: "../forge", env: Mix.env()},
32-
# {:credo, "> 0.0.0", only: [:dev, :test]},
33-
Mix.Credo.dependency(),
31+
{:credo, "> 0.0.0", only: [:dev, :test]},
3432
Mix.Dialyzer.dependency(),
3533
{:jason, "> 0.0.0", optional: true},
3634
{:ex_doc, "~> 0.34", optional: true, only: [:dev, :hex]}

0 commit comments

Comments
 (0)