Skip to content

Commit

Permalink
Enable warnings_as_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vorce committed Jun 21, 2019
1 parent 5ab07a0 commit 04ebe5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ defmodule Dasie.Mixfile do
start_permanent: Mix.env() == :prod,
deps: deps(),
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [coveralls: :test]
preferred_cli_env: [coveralls: :test],
elixirc_options: [warnings_as_errors: true]
]
end

Expand Down

0 comments on commit 04ebe5e

Please sign in to comment.