-
Notifications
You must be signed in to change notification settings - Fork 364
sonar.cxx.squid.disabled
Günter Wirth edited this page Nov 5, 2021
·
8 revisions
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.