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

JBuilder support #40

Closed d-mato closed 6 years ago

d-mato commented 7 years ago

I'm using gem for rails application, then I notice that .jbuilder file is not supported. Jbuilder is pure ruby code, so I added jbuilder to self.file_extensions simply.

zenspider commented 6 years ago

done. thanks!