mdedetrich commented on PR #790: URL: https://github.com/apache/pekko-http/pull/790#issuecomment-3309054584
> we can use > > ``` > > // scalafix:off > > foo(null) > > 1.asInstanceOf[String] > > // scalafix:on > > ``` > > to skip some part If we end up littering the codebase with scalafix:off it kind of defeats the purpose of using a formatter -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
