I want CI to know wether the number of warnings in a project isn't increasing. I could parse the output of sbt, but that seems fragile. Can I pass a custom reporter to scalac that I can use to serialize out a warning list/summary so I can easily compare runs? If so, how?
Asked
Active
Viewed 44 times
1
-
Maybe through `compilerReporter`? – Martijn Dec 01 '20 at 19:15