-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
17 additions
and
30 deletions.
There are no files selected for viewing
10 changes: 4 additions & 6 deletions
10
zio-schema-json/js/src/test/scala-2/zio/schema/codec/JsonPlatformSpecific.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
package zio.schema.codec | ||
|
||
object JsonPlatformSpecific { | ||
@SuppressWarnings(Array( | ||
"scalafix:ExplicitResultTypes" | ||
)) | ||
|
||
@SuppressWarnings(Array("scalafix:ExplicitResultTypes")) | ||
val platformSpecificEncoderTests = Seq.empty | ||
@SuppressWarnings(Array( | ||
"scalafix:ExplicitResultTypes" | ||
)) | ||
|
||
@SuppressWarnings(Array("scalafix:ExplicitResultTypes")) | ||
val platformSpecificDecoderTests = Seq.empty | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 4 additions & 6 deletions
10
zio-schema-json/native/src/test/scala-2/zio/schema/codec/JsonPlatformSpecific.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
package zio.schema.codec | ||
|
||
object JsonPlatformSpecific { | ||
@SuppressWarnings(Array( | ||
"scalafix:ExplicitResultTypes" | ||
)) | ||
|
||
@SuppressWarnings(Array("scalafix:ExplicitResultTypes")) | ||
val platformSpecificEncoderTests = Seq.empty | ||
@SuppressWarnings(Array( | ||
"scalafix:ExplicitResultTypes" | ||
)) | ||
|
||
@SuppressWarnings(Array("scalafix:ExplicitResultTypes")) | ||
val platformSpecificDecoderTests = Seq.empty | ||
} |
5 changes: 2 additions & 3 deletions
5
zio-schema-protobuf/js/src/test/scala-2/zio/schema/codec/ProtobufPlatformSpecific.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
package zio.schema.codec | ||
|
||
object ProtobufPlatformSpecific { | ||
@SuppressWarnings(Array( | ||
"scalafix:ExplicitResultTypes" | ||
)) | ||
|
||
@SuppressWarnings(Array("scalafix:ExplicitResultTypes")) | ||
val platformSpecificEncodeAndDecode = Seq.empty | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
zio-schema-protobuf/native/src/test/scala-2/zio/schema/codec/ProtobufPlatformSpecific.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
package zio.schema.codec | ||
|
||
object ProtobufPlatformSpecific { | ||
@SuppressWarnings(Array( | ||
"scalafix:ExplicitResultTypes" | ||
)) | ||
|
||
@SuppressWarnings(Array("scalafix:ExplicitResultTypes")) | ||
val platformSpecificEncodeAndDecode = Seq.empty | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters