From ae3db9284c21fd0981309bef7f6fa406b381d891 Mon Sep 17 00:00:00 2001 From: a1batross Date: Fri, 5 Mar 2021 10:23:16 +0100 Subject: [PATCH] mix: add additional envs --- mix.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mix.exs b/mix.exs index 50d4b4080..1a160016b 100644 --- a/mix.exs +++ b/mix.exs @@ -90,7 +90,9 @@ defmodule Pleroma.Mixfile do defp elixirc_paths(:test), do: ["lib", "test/support"] defp elixirc_paths(_), do: ["lib"] + defp warnings_as_errors(:huskyapp), do: false defp warnings_as_errors(:prod), do: false + defp warnings_as_errors(:isi), do: false defp warnings_as_errors(_), do: true # Specifies OAuth dependencies.