
3 Dec
2022
3 Dec
'22
11:59 p.m.
debride version 1.10.1 has been released! * home: <https://github.com/seattlerb/debride> * rdoc: <http://docs.seattlerb.org/debride> Analyze code for potentially uncalled / dead methods, now with auto-removal. Changes: ### 1.10.1 / 2022-12-03 * 4 minor enhancements: * Added --minimum <Nloc> flag to filter out smaller suspects. * Added line count to suspects in report and total line count to end of report. * Added processing of `delegate xs to: target` as a call to target. * Added processing of rails deliver_X -> X calls. * 3 bug fixes: * Fixed processing of colon2 (X::Y::Z) names. * Fixed processing of var splatted attr_* methods. * Possibly fixed conflation between rails route scopes and model scopes.