zombie_scout
zombie_scout copied to clipboard
Find dead methods in your Ruby code
Hi, Thanks for a helpful tool. When I run `zombie_scout` I get a large number of warnings like this: `grep: Rakefile: No such file or directory` which I assume is...
`zombie_scout` can fail after running for 15-20 minutes because the parser raises an error. This is undesirable because none of the results are displayed. It would be better to skip...
First time I tried to use `zombie_scout`, on a large program written by someone else, I got this: ``` $ zombie_scout scout (string):544:1: error: unexpected token kEND (string):544: end (string):544:...
Hello there. Thank you for this tool, I am having so much fun removing code today! One nice new feature could be suppressing entries. For instance I found several false...