forked from Trustie/forgeplus
Merge pull request 'update sonar' (#368) from standalone_develop into dev_local_v1
This commit is contained in:
commit
783e52eb84
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue