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=f917285b72dbc770be40478e1a55973f29d5db7d;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