diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..91d8c0f7 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.2 +a808c74fcf8f3c9efaadeda757ff48bd510162dc diff --git a/.scalafmt.conf b/.scalafmt.conf index 97517817..6bed01a3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.1" +version = "3.7.2" maxColumn = 120 align.preset = most continuationIndent.defnSite = 2 diff --git a/opentelemetry-example/src/main/scala/zio/telemetry/opentelemetry/example/http/BackendHttpApp.scala b/opentelemetry-example/src/main/scala/zio/telemetry/opentelemetry/example/http/BackendHttpApp.scala index 8fbfb208..68a32da7 100644 --- a/opentelemetry-example/src/main/scala/zio/telemetry/opentelemetry/example/http/BackendHttpApp.scala +++ b/opentelemetry-example/src/main/scala/zio/telemetry/opentelemetry/example/http/BackendHttpApp.scala @@ -1,13 +1,13 @@ package zio.telemetry.opentelemetry.example.http import io.opentelemetry.api.trace.SpanKind -import zhttp.http.{->, /, Headers, Http, HttpApp, Method, Response} +import zhttp.http.{ ->, /, Headers, Http, HttpApp, Method, Response } import zio._ import zio.json.EncoderOps import zio.telemetry.opentelemetry.baggage.Baggage import zio.telemetry.opentelemetry.baggage.propagation.BaggagePropagator import zio.telemetry.opentelemetry.context.IncomingContextCarrier -import zio.telemetry.opentelemetry.example.http.{Status => ServiceStatus} +import zio.telemetry.opentelemetry.example.http.{ Status => ServiceStatus } import zio.telemetry.opentelemetry.tracing.Tracing import zio.telemetry.opentelemetry.tracing.propagation.TraceContextPropagator diff --git a/opentracing-example/src/main/scala/zio/telemetry/opentracing/example/http/BackendHttpApp.scala b/opentracing-example/src/main/scala/zio/telemetry/opentracing/example/http/BackendHttpApp.scala index 7b626a58..d875af5a 100644 --- a/opentracing-example/src/main/scala/zio/telemetry/opentracing/example/http/BackendHttpApp.scala +++ b/opentracing-example/src/main/scala/zio/telemetry/opentracing/example/http/BackendHttpApp.scala @@ -1,12 +1,12 @@ package zio.telemetry.opentracing.example.http -import io.opentracing.propagation.Format.Builtin.{HTTP_HEADERS => HttpHeadersFormat} +import io.opentracing.propagation.Format.Builtin.{ HTTP_HEADERS => HttpHeadersFormat } import io.opentracing.propagation.TextMapAdapter -import zhttp.http.{->, /, Http, HttpApp, Method, Response} +import zhttp.http.{ ->, /, Http, HttpApp, Method, Response } import zio._ import zio.json.EncoderOps import zio.telemetry.opentracing._ -import zio.telemetry.opentracing.example.http.{Status => ServiceStatus} +import zio.telemetry.opentracing.example.http.{ Status => ServiceStatus } import scala.jdk.CollectionConverters._ diff --git a/opentracing-example/src/main/scala/zio/telemetry/opentracing/example/http/ProxyHttpApp.scala b/opentracing-example/src/main/scala/zio/telemetry/opentracing/example/http/ProxyHttpApp.scala index bd982657..d73f815e 100644 --- a/opentracing-example/src/main/scala/zio/telemetry/opentracing/example/http/ProxyHttpApp.scala +++ b/opentracing-example/src/main/scala/zio/telemetry/opentracing/example/http/ProxyHttpApp.scala @@ -1,6 +1,6 @@ package zio.telemetry.opentracing.example.http -import io.opentracing.propagation.Format.Builtin.{HTTP_HEADERS => HttpHeadersFormat} +import io.opentracing.propagation.Format.Builtin.{ HTTP_HEADERS => HttpHeadersFormat } import io.opentracing.propagation.TextMapAdapter import io.opentracing.tag.Tags import sttp.model.Method.GET