Merge pull request 'Interpret `\n` as newline for MFM' (#478) from ilja/akkoma:newlin...
[akkoma] / test / credo / check / consistency / file_location.ex
index 500983608709605e3cc13a0d0e4a42a6b84810aa..a457c59a658d8d241b6213f519617bde81fdb428 100644 (file)
@@ -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 <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # 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