Releases: tersesystems/echopraxia-scalafix
Releases · tersesystems/echopraxia-scalafix
v0.1.5
- Make rule respect
scalafix:off
and scalafix:ok
v0.1.4
What's Changed
- Add rewrite case for
logger.error(s"$interpolatedArg {}", e)
where e
is a Throwable
. This is the only situation where the rule will rewrite when there is an existing argument in the method call.