Remove SonarCloud cache setup as it is now offered by default#1135
Remove SonarCloud cache setup as it is now offered by default#1135rdmark merged 1 commit intoPiSCSI:mainfrom mpaladin:patch-1
Conversation
No need to configure the cache anymore, SonarCloud now has an automatic analysis caching. See https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache.
|
@mpaladin What would you say is the benefit with removing the explicit configuration? You never know when Sonar changes their default again, so being explicit doesn't hurt in my mind. |
@rdmark filesystem cache (the one which is currently used) was implemented several years ago, it required careful and manual configuration. We now implemented it as a default feature on SonarCloud, it won't be removed in the future, cache comes by default as we want it to be available to alls users to speed up the analysis without requiring manual configuration. |
|
Thanks for the explanation! |
No need to configure the cache anymore, SonarCloud now has an automatic analysis caching. See https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache.
…#1143) No need to configure the cache anymore, SonarCloud now has an automatic analysis caching. See https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache. Co-authored-by: Massimo Paladin <massimo.paladin@gmail.com>
…PiSCSI#1135)" (PiSCSI#1144) This reverts commit 3ad668c.
* Update revision for release * Create sonarcloud.yml * Update sonarcloud.yml * Update sonarcloud.yml * Update sonarcloud.yml * Update sonarcloud.yml * Delete sonarcloud.yml * Update revision number for release * Remove SonarCloud cache setup as it is now offered by default (#1135) No need to configure the cache anymore, SonarCloud now has an automatic analysis caching. See https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache. * Revert "Remove SonarCloud cache setup as it is now offered by default (#1135)" (#1144) This reverts commit 3ad668c. * Update web.yml * Update cpp.yml * Update web.yml * Update build_code.yml * Update build_code.yml * Update cpp.yml * Update web.yml --------- Co-authored-by: Tony Kuker <akuker@gmail.com> Co-authored-by: Massimo Paladin <massimo.paladin@gmail.com>
No need to configure the cache anymore, SonarCloud now has an automatic analysis caching. See https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache.