[ruby-talk:444027] [ANN] debride 1.10.1 Released

debride version 1.10.1 has been released!

* home: <https://github.com/seattlerb/debride&gt;
* rdoc: <http://docs.seattlerb.org/debride&gt;

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.

···

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- Info | ruby-talk@ml.ruby-lang.org - ml.ruby-lang.org