-
Bug
-
Resolution: Fixed
-
Major
-
-
5.0.0-beta2
ScalaStyle is a tool fulfilling more or less the same role as CheckStyle. But then for the Scala programming language.
It seems to piggyback on the format of Checkstyle. An example is provided in this ticket.
Those warnings are not picked up by the plugin. Presumably because it is a separate file ?
Merging the warnings into checkstyle-result.xml via scripting in a post-build step does not help either. For some reason the scala files are not shown. Maybe it's because ScalaStyle uses warning id unknown to CheckStyle.
merged.xml : an example of CheckStyle and ScalaStyle warnings merged into one file. An attempt to sneak in the Scala warnings. Alas, they don't appear.
scalastyle-output.xml : an example of the warnings ScalaStyle generates.