Analysis of output (Eclipse)
Note: Requires CPPCheck version 2.4 to be installed for CPP analysis. Set CPPCheck in the environment variable. Verify if the environment variable is set or not by typing ‘cppcheck –version’ on the command line. After running an analysis successfully, view the results with the help of following views on Eclipse.…
Configuration Notes
Criticality filter value can contain custom severities or can be blank. Example: criticalityFilter=”blocker;severe;medium” Note: Values should be separated using semicolon (;).
Steps for Integrating SonarQube with Embold Code Quality
The following are the steps for running the SonarQube module with Remote Analysis:
Prerequisites (Sonar)
Make sure Sonar analysis for a particular project is completed and code issues are visible on Sonar UI.