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 558cf7d commit 3b218c0Copy full SHA for 3b218c0
cli/src/main/scala/com/typesafe/tools/mima/cli/MimaCli.scala
@@ -19,7 +19,6 @@ case class Main(
19
val newBin = newBinOpt.getOrElse(
20
throw new IllegalArgumentException("New binary was not specified")
21
)
22
- // TODO: should have some machine-readable output here, as an option
23
val problems = new MiMaLib(classpath)
24
.collectProblems(oldBin, newBin, Nil)
25
.flatMap(formatter.formatProblem)
0 commit comments