seattlerb / debride

Analyze code for potentially uncalled / dead methods, now with auto-removal.
https://www.zenspider.com/projects/debride.html
720 stars 19 forks source link

Add methods to called list found in rails DSL methods #9

Closed phiggins closed 9 years ago

phiggins commented 9 years ago

This adds lots of rails-specific junk, but this probably cut my false positives in half. The code could be cleaned up but I thought I'd get your thoughts before I put more work into it.

zenspider commented 9 years ago

Done! Thanks!