X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fcredo%2Fcheck%2Fconsistency%2Ffile_location.ex;h=a457c59a658d8d241b6213f519617bde81fdb428;hb=ea30d22dfe58d3b652bb27ea7c6080ac85cacc2a;hp=abc55fffcb9fb47ca797e773e1440562e3beb00d;hpb=3aa25b008d145bc7bfda907bca3b327753380728;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