mrdziuban / disable-to-string

Disallow `.toString` calls and string interpolation with scalafix
2 stars 0 forks source link

Support for Scala 2.13 #1

Open PawelLipski opened 2 years ago

PawelLipski commented 2 years ago

Hey, I've just found this piece and it'd be pretty useful for the sake of https://github.com/lloydmeta/enumeratum/issues/344 ... any chance a support for 2.13 can be added? 🙏🏻

mrdziuban commented 1 year ago

Hey @PawelLipski, I'm not planning to actively work on this scalafix rule anymore though I would welcome PRs! As an alternative, I've just published a working version of a scala 2 compiler plugin to do the same thing, but with more robust configuration: https://github.com/mblink/disable-toString

PawelLipski commented 1 year ago

gr8! thanks 🎉