X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fcredo%2Fcheck%2Fconsistency%2Ffile_location.ex;h=a457c59a658d8d241b6213f519617bde81fdb428;hb=07a48b9293e4046c50b5d424d60a1bf16c7cc198;hp=abc55fffcb9fb47ca797e773e1440562e3beb00d;hpb=b221d77a6da07c684bdbc63ddf4500e0d7ffeae8;p=akkoma diff --git a/test/credo/check/consistency/file_location.ex b/test/credo/check/consistency/file_location.ex index abc55fffc..a457c59a6 100644 --- a/test/credo/check/consistency/file_location.ex +++ b/test/credo/check/consistency/file_location.ex @@ -163,4 +163,8 @@ defmodule Credo.Check.Consistency.FileLocation do line_no: 1 ) end + + defp append_issues_and_timings(_issues, exec) do + exec + end end