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

Allow users to --exclude files and dirs #6

Closed ianlotinsky closed 9 years ago

ianlotinsky commented 9 years ago

Examples

Scan the current directory but exclude the test directory:

debride --exclude test .

Scan the current directory but exclude the test and vendor directories:

debride --exclude test,vendor .
zenspider commented 9 years ago

Done. Thanks!