We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924ff45 commit 23fbd76Copy full SHA for 23fbd76
build.sbt
@@ -335,6 +335,7 @@ val e2eCommonSettings = commonSettings ++ Seq(
335
"-Wconf:cat=deprecation&src=.*custom_options.*:s",
336
"-Wconf:cat=deprecation&src=.*CustomAnnotationProto.scala.*:s",
337
"-Wconf:cat=deprecation&src=.*TestDeprecatedFields.scala.*:s",
338
+ "-Wconf:cat=deprecation&origin=.*ServerReflectionProto.*:s",
339
"-Wconf:msg=Unused import:s,origin=com.thesamet.proto.e2e.custom_options_use.FooMessage:s"
340
)
341
case _ => Seq.empty
0 commit comments