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

This commit is contained in:
KingChan 2025-06-07 16:27:44 +08:00
commit 293df3bdce
1 changed files with 0 additions and 1 deletions

View File

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