I was using mix xref within CI.
In detail:
mix xref unreachable --abort-if-anymix xref deprecated --abort-if-any
But as with Elixir v1.10 these checks will move into the compiler.
I will use instead:
mix compile --warnings-as-errors
I was using mix xref within CI.
In detail:
mix xref unreachable --abort-if-anymix xref deprecated --abort-if-anyBut as with Elixir v1.10 these checks will move into the compiler.
I will use instead:
mix compile --warnings-as-errors