unused-code / unused

A tool to identify potentially unused code.
https://unused.codes
MIT License
283 stars 11 forks source link

Optionally load unused config when no config file is found #10

Closed joshuaclayton closed 4 years ago

joshuaclayton commented 4 years ago

What?

This changes the default behavior to load a predefined configuration supporting both Rails and Phoenix applications if no configuration file is found.

This also updates where unused looks for its config file from ~/.unused.yml to ~/.config/unused/unused.yml.