fix_warnings v0.1.3 mix fix_warnings

Automatically fixes compiler warnings in your Elixir project.

$ mix clean
# clear
# mix
# # Copy output to path/to/output.log
$ mix fix_warnings -f path/to/output.log
  • The -f option indicates the path where you have copied the log output
  • The -q or —quiet flag to surpress the [Yn] confirm prompt

See https://github.com/hasclass/fix_warnings for details on how to run.