Hi,
We recently tried to use the scalac warnings plugin here:
https://github.com/jenkinsci/warnings-plugin/blob/master/src/main/java/hudson/plugins/warnings/parser/ScalacParser.javaThe problem is that it does not work with the SBT warnings output, which uses the word "warn" instead of "WARNING":
[warn] /Users/hhung/project/infra/scala/services/workflow-worker/src/main/scala/com/box/worker/workflow/textextraction/TextExtractor.scala:111: method stop in class Thread is deprecated: see corresponding Javadoc for more information.
[warn] Thread.currentThread.stop()
I would like to add a SbtScalacParser class to the parser directory. Can I get commit access to the github repo?
Thanks,
Hochak