Closed maennchen closed 2 months ago
Cleans up mix task output and compiler warnings in tests.
Changes
I changed IO.puts/1 to Mix.shell().error/1 in the MigrationGenerator. Other places are using Mix.shell().info/1 already. This will change the color of the output.
IO.puts/1
Mix.shell().error/1
MigrationGenerator
Mix.shell().info/1
🚀 Thank you for your contribution! 🚀
Cleans up mix task output and compiler warnings in tests.
Changes
I changed
IO.puts/1
toMix.shell().error/1
in theMigrationGenerator
. Other places are usingMix.shell().info/1
already. This will change the color of the output.Contributor checklist