Skip to content

Commit 0fa4870

Browse files
committed
Ensure compatibility with Elixir v1.14
1 parent 6b6f54d commit 0fa4870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/credo/execution/task/assign_exit_status_for_issues.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ defmodule Credo.Execution.Task.AssignExitStatusForIssues do
22
@moduledoc false
33

44
use Credo.Execution.Task
5-
use Bitwise
5+
6+
import Bitwise
67

78
def call(exec, _opts) do
89
exit_status =

0 commit comments

Comments
 (0)