Skip to content

Commit

Permalink
Try to fix Sonar warning:
Browse files Browse the repository at this point in the history
Property 'sonar.cfamily.build-wrapper-output' is deprecated; build-wrapper now generates a compilation database.
#sonar
  • Loading branch information
serges147 committed Nov 27, 2024
1 parent 025da74 commit d44a440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_sonar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sonar-scanner \
--define sonar.projectKey=libudpard \
--define sonar.sources=libudpard \
--define sonar.exclusions=libudpard/_udpard_cavl.h \
--define sonar.cfamily.build-wrapper-output="$BUILD_DIR" \
--define sonar.cfamily.compile-commands="$BUILD_DIR/compile_commands.json"
--define sonar.cfamily.llvm-cov.reportPath="$BUILD_DIR/coverage.txt" \
--define sonar.cfamily.threads="$(nproc)" \
|| die

0 comments on commit d44a440

Please sign in to comment.