Browse Source

sonar

pull/348/head^2^2^2
呱呱呱 1 year ago
parent
commit
b6401930e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/libs/sonar_service.rb

+ 1
- 1
app/libs/sonar_service.rb 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=target/classes,build/classes,out/production"
lines << "sonar.java.binaries="
end

if detected_langs.include?(:js)


Loading…
Cancel
Save