Skip to content

Commit e1ee031

Browse files
committed
Add property sonar.cfamily.compile-commands
1 parent 8cf82d4 commit e1ee031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scanner/scan.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ scanner/scan: scanner/build-app
6060
-Dsonar.sources=. \
6161
-Dsonar.exclusions=**/*.java \
6262
-Dsonar.python.version="3.8, 3.9, 3.10" \
63-
-Dsonar.cfamily.build-wrapper-output="${SONAR_OUT_DIR}" \
63+
-Dsonar.cfamily.compile-commands="${SONAR_OUT_DIR}/compile_commands.json" \
6464
-Dsonar.cfamily.analysisCache.mode=server \
6565
-Dsonar.host.url=https://sonarcloud.io \
6666
-Dsonar.scm.provider=git \

0 commit comments

Comments
 (0)