Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space MLPDEV and version 2024.1

...

Parasoft supports JavaScript by integrating with JSHint, an open-source tool that performs static analysis on JavaScript and HTML code and code and reports issues related to documentation, readability, and maintainability. Visit the JSHint website for additional information.

The Parasoft JSHint extension processes extension processes the result file output from your open-source static analysis tool,  generates 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. 

Requirements

  • JSHint version 2.13.1 is 6 is currently supported.
  • JSHint should be installed and successfully running analysis.
  • JSHint should be producing XML reports in Checkstyle format (e.g., using the --reporter=checkstyle setting). See the JSHint documentation for details. 

...