Merge pull request 'update sonar' (#368) from standalone_develop into dev_local_v1

This commit is contained in:
KingChan 2025-06-07 10:32:56 +08:00
commit 783e52eb84
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module SonarService
lines << "sonar.exclusions=**/test/**,**/tests/**,**/vendor/**,**/node_modules/**,**/__pycache__/**"
if detected_langs.include?(:java)
lines << "sonar.java.binaries="
lines << "sonar.java.binaries=."
end
if detected_langs.include?(:js)