Skip to content

Commit

Permalink
Remove BuildInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 13, 2024
1 parent bfa64f5 commit c09f912
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 110 deletions.
2 changes: 1 addition & 1 deletion lib/credo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Credo do
alias Credo.Execution
alias Credo.Execution.Task.WriteDebugReport

@version Mix.Project.config()[:version] |> Credo.BuildInfo.version()
@version Mix.Project.config()[:version]

@doc """
Runs Credo with the given `argv` and returns its final `Credo.Execution` struct.
Expand Down
109 changes: 0 additions & 109 deletions lib/credo/build_info.ex

This file was deleted.

0 comments on commit c09f912

Please sign in to comment.