Skip to content

Commit

Permalink
Ensure compatibility with Elixir v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Aug 28, 2022
1 parent 6b6f54d commit 0fa4870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/credo/execution/task/assign_exit_status_for_issues.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ defmodule Credo.Execution.Task.AssignExitStatusForIssues do
@moduledoc false

use Credo.Execution.Task
use Bitwise

import Bitwise

def call(exec, _opts) do
exit_status =
Expand Down

0 comments on commit 0fa4870

Please sign in to comment.