Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 363 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 363 Bytes

Fixer

Fix compiler warnings automatically:

  • Prefix unused variables
  • Remove unused aliases
  • Remove unused imports

Fixer

Installation

Add the following lines to deps() in mix.exs:

    {:ex_fixer, "~> 1.0.0", only: :dev},

Usage

mix fix