Skip to content

Commit

Permalink
CommunitySuite: print git ref and scalafmt style
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Sep 26, 2024
1 parent 47c6ac9 commit e389ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ abstract class CommunitySuite extends FunSuite {
.round(stats.timeTaken / (stats.linesParsed / 1000.0))

println("--------------------------")
println(build.name)
println(s"${build.name} [ref=${build.commit}] [style=$styleName]")
println(s"Files parsed correctly ${stats.checkedFiles - stats.errors}")
println(s"Files errored: ${stats.errors}")
println(s"Time taken: ${stats.timeTaken}ms")
Expand Down

0 comments on commit e389ad2

Please sign in to comment.