stevedlawrence 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_r288166569
##########
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:
Instead of doing a pull rquest to the sbt-stats plugin, what if instead of
modifying the sbt-status plugin we create our own Analyzer that gathers the
stats we care about (e.g. test vs src, tdml vs scala vs xml, etc.). Then we can
configure the plugin in our build.sbt to use our custom analyzer. A bunch of
the default stats (file size, chars, comments) seem kindof uninteresting to me.
Setting own Analyzer would let us remove those and just output what we care
about. Seems like an eaiser path and more configurable towards what we want
than trying to upstream to sbt-stats.
----------------------------------------------------------------
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