X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fcredo%2Fcheck%2Fconsistency%2Ffile_location.ex;h=a457c59a658d8d241b6213f519617bde81fdb428;hb=ea30d22dfe58d3b652bb27ea7c6080ac85cacc2a;hp=500983608709605e3cc13a0d0e4a42a6b84810aa;hpb=76c4e80e5a1b59efeeaf7797d9c08081b7a66c5f;p=akkoma diff --git a/test/credo/check/consistency/file_location.ex b/test/credo/check/consistency/file_location.ex index 500983608..a457c59a6 100644 --- a/test/credo/check/consistency/file_location.ex +++ b/test/credo/check/consistency/file_location.ex @@ -1,7 +1,7 @@ # Pleroma: A lightweight social networking server # Originally taken from # https://github.com/VeryBigThings/elixir_common/blob/master/lib/vbt/credo/check/consistency/file_location.ex -# Copyright © 2017-2020 Pleroma Authors +# Copyright © 2017-2021 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Credo.Check.Consistency.FileLocation do @@ -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