logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 2eec3f82072cc48443d10d52a48742924469cee1
parent b3a1cfaa7a70315e2b295aac78c1404ab84410bf
Author: Lain Soykaf <lain@lain.com>
Date:   Tue,  3 Jan 2023 17:01:56 -0500

B TestHelper: Remove warnings-as-errors

It's already set in mix.exs

Diffstat:

Mtest/test_helper.exs1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/test_helper.exs b/test/test_helper.exs @@ -1,7 +1,6 @@ # Pleroma: A lightweight social networking server # Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -Code.put_compiler_option(:warnings_as_errors, true) os_exclude = if :os.type() == {:unix, :darwin}, do: [skip_on_mac: true], else: [] ExUnit.start(exclude: [:federated, :erratic] ++ os_exclude)