Disabling or changing the mechanisms
In very specific cases, you may have to disable or change the incremental analysis mechanism.
Last updated
Was this helpful?
In very specific cases, you may have to disable or change the incremental analysis mechanism.
In very particular cases, you may need to disable or change the Introduction.
You can disable the Introduction used by the Kotlin and Java analyzers by setting the sonar.kotlin.skipUnchanged or the sonar.java.skipUnchanged to false.
In particular cases, you may need to disable the Introduction.
The analysis cache mechanism is enabled by default. If you disable it, the analyzer will analyze all files from scratch.
To disable the analysis cache mechanism, add the following parameter to your analysis (See Analysis parameters for information about the setup of analysis parameters for the scanner.):
sonar.analysisCache.enabled=false
The parameter sonar.analysisCache.enabled is not compatible with SonarScanner for .NET.
With the C/C++/Objective-C analyzer, you can Customizing the analysis instead of using the Introduction on the server.
Last updated
Was this helpful?
Was this helpful?

