mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Remove SonarCloud cache and threads configuration and rely on default
No need to configure the cache and threads anymore, SonarCloud now has automatic analysis caching and threads configuration. See: https://docs.sonarcloud.io/advanced-setup/languages/c-c-objective-c/#analysis-cache
This commit is contained in:
parent
c425245a09
commit
ccd900dc7f
8
Makefile
8
Makefile
@ -210,9 +210,7 @@ endif
|
||||
-Dsonar.cfamily.build-wrapper-output=build \
|
||||
-Dsonar.working.directory=build/scannerwork \
|
||||
-Dsonar.host.url=https://sonarcloud.io \
|
||||
-Dsonar.cfamily.threads=4 \
|
||||
-Dsonar.coverageReportPaths=build/coverage.xml \
|
||||
-Dsonar.cfamily.cache.enabled=false
|
||||
-Dsonar.coverageReportPaths=build/coverage.xml
|
||||
|
||||
sonarcloud_no_gcov:
|
||||
ifndef SONAR_TOKEN
|
||||
@ -230,9 +228,7 @@ endif
|
||||
-Dsonar.sourceEncoding=UTF-8 \
|
||||
-Dsonar.cfamily.build-wrapper-output=build \
|
||||
-Dsonar.working.directory=build/scannerwork \
|
||||
-Dsonar.host.url=https://sonarcloud.io \
|
||||
-Dsonar.cfamily.threads=4 \
|
||||
-Dsonar.cfamily.cache.enabled=false
|
||||
-Dsonar.host.url=https://sonarcloud.io
|
||||
|
||||
|
||||
# Run a scan-build static analysis.
|
||||
|
Loading…
x
Reference in New Issue
Block a user