mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 13:43:59 +01:00
Format.
This commit is contained in:
parent
c81c74d847
commit
b621ebb7a6
1 changed files with 6 additions and 5 deletions
3
mix.exs
3
mix.exs
|
@ -8,7 +8,8 @@ defmodule Pleroma.Mixfile do
|
|||
elixir: "~> 1.4",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
||||
elixirc_options: if Mix.env() == :test do
|
||||
elixirc_options:
|
||||
if Mix.env() == :test do
|
||||
[]
|
||||
else
|
||||
[warnings_as_errors: true]
|
||||
|
|
Loading…
Add table
Reference in a new issue