Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set MIX_QUIET=1 when running mix format
With the current way of passing things to aphelia, sometimes compilation output gets added to the top of the formatted file. This is because `mix format -` will actually still use [`Mix.Shell.info/1`](https://hexdocs.pm/mix/1.17.3/Mix.Shell.html#c:info/1) to output thing like: ``` ==> module Compiling 56 files (.ex) ``` However `info` messages can be silenced when setting `MIX_QUIET`. Docs: https://hexdocs.pm/mix/1.17.3/Mix.html#module-environment-variables
- Loading branch information