Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated properties.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 8 Feb 2023 13:19:44 +0000 (14:19 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 8 Feb 2023 13:34:22 +0000 (14:34 +0100)
Last analysis had a warning:
"sonar.cfamily.cache.enabled" and "sonar.cfamily.cache.path" properties are deprecated.
Visit the documentation page for more information about analysis cache configuration
https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/

("sonar.cfamily.cache.enabled" was set to "false" anyway on CI)

sonar-project.properties

index 4e39656..b537040 100644 (file)
@@ -189,5 +189,3 @@ sonar.python.version=3
 #sonar.cfamily.gcov.reportsPath
 #sonar.python.coverage.reportPaths
 #sonar.cfamily.threads
-#sonar.cfamily.cache.enabled
-#sonar.cfamily.cache.path