https://github.com/denisgorbachev/ex_fixer
Fix compiler warnings: prefixes unused variables, removes unused aliases, removes unused imports
https://github.com/denisgorbachev/ex_fixer
compiler elixir
Last synced: 7 months ago
JSON representation
Fix compiler warnings: prefixes unused variables, removes unused aliases, removes unused imports
- Host: GitHub
- URL: https://github.com/denisgorbachev/ex_fixer
- Owner: DenisGorbachev
- License: mit
- Created: 2018-07-19T18:30:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T05:54:13.000Z (about 3 years ago)
- Last Synced: 2024-04-25T00:18:24.204Z (almost 2 years ago)
- Topics: compiler, elixir
- Language: Elixir
- Homepage:
- Size: 151 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fixer
Fix compiler warnings automatically:
* Prefix unused variables
* Remove unused aliases
* Remove unused imports

## Installation
Add the following lines to `deps()` in `mix.exs`:
```elixir
{:ex_fixer, "~> 1.0.0", only: :dev},
```
## Usage
```
mix fix
```