mbeckerle commented on a change in pull request #205: Update Line counter for
new modules and schemas.
URL: https://github.com/apache/incubator-daffodil/pull/205#discussion_r288171642
##########
File path: project/plugins.sbt
##########
@@ -32,3 +32,5 @@ dependencyOverrides ++= Seq(
"org.codehaus.plexus" % "plexus-utils" % "3.0.17",
"com.google.guava" % "guava" % "20.0"
)
+
+// addSbtPlugin("com.orrsella" % "sbt-stats" % "1.0.9-SNAPSHOT")
Review comment:
Can't be done. sbt-stats isn't flexible enough in the way it feeds files for
processing to the analyzers. Basically, if sbt sources doesn't have the files
you want stats on, you can't analyze them. So I modified it to pass separately
to the analysis 4 things - sources, test sources, resources, test resources.
That way analyzers can do what they want.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services