I am using SonarQube Server 10.4.1 (Community Edition).
If I didn’t set SensorContext. canSkipUnchangedFiles and sonar. analysisCache. enabled=true in sonar-project. properties, does that mean SQ analyzes all files every time?
My project is a python project which has almost 9000 files. The scan time is 20min. Please suggest how can I optimize scan time.
I set sonar.python. skipUnchanged=true and sonar. analysisCache. enabled=true in sonar-project. properties, and then SQ doesn`t analyze all files every time.
Only the latest version of SonarQube Community Build is considered active, so you’ll need to update and see if the situation is still replicable before we can help you.