Skip to content

sonar.cxx.squid.disabled

Günter Wirth edited this page Nov 5, 2021 · 8 revisions

Configure cxx plugin

The configuration of the error recovery mode parameter is done with sonar.cxx.squid.disabled in the configuration file sonar-project.properties or SonarQube UI.

Sample for sonar-project.properties:

sonar.cxx.squid.disabled=True

Disable parsing of source code, syntax highlighting and metric generation. The source files are still indexed, reports can be read and their results displayed. Turning off will speed up reading of source files.

Clone this wiki locally