In this section
Parasoft supports Scala by integrating with Scalastyle, an open source tool that performs static analysis on Scala code. Visit the Scalastyle project website for additional information.
The Parasoft Scalastyle extension processes the result file output from your open source static analysis tool, generates reports showing violations and severities for the code authors, and sends the data to Parasoft DTP. DTP presents the data in widgets, reports, and other interfaces that enable you to prioritize violations, place them into remediation workflows, and monitor progress toward improving the code quality.
multilanguage-pack.bat -tool scalastyle -results.file "d:\Scalastyle\report.xml" -source.dir "d:\scalastyle\src" |
Internal technical log files from the Multi-Language Pack execution are generated in the <INSTALL>/.mlp subdirectory.
The following settings are required.
This setting specifies the Parasoft extension to execute. Use -tool
scalastyle
to run the Scalastyle extension.
The path to the Scalastyle XML results file.
.dir
Specifies the path to the Scala source code of the project that was analyzed. This is used to collect source control metadata (e.g., authorship, last updated, etc.) for DTP reporting and processing.