Skip to content

Commit

Permalink
Re-enable compiler as warning
Browse files Browse the repository at this point in the history
  • Loading branch information
code-shoily committed Dec 21, 2024
1 parent 2ac9c83 commit 0d22dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ defmodule AdventOfCode.MixProject do
elixir: "~> 1.18",
start_permanent: Mix.env() == :prod,
aliases: aliases(),
deps: deps()
# elixirc_options: [warnings_as_errors: true]
deps: deps(),
elixirc_options: [warnings_as_errors: true]
]
end

Expand Down

0 comments on commit 0d22dba

Please sign in to comment.