Przeglądaj źródła

use new sonar.eslint.reportPaths analysis property (#536)

tags/7.5
Stas Vilchik 5 lat temu
rodzic
commit
8a052687e5

+ 1
- 1
server/sonar-bitbucketcloud/build.gradle Wyświetl plik

@@ -5,7 +5,7 @@ sonarqube {
property "sonar.tests", "src/main/ts"
property "sonar.test.inclusions", "src/main/ts/**/__tests__/**"
property "sonar.exclusions", "src/main/ts/**/__tests__/**"
property "sonar.typescript.eslint.reportPaths", "eslint-report.json"
property "sonar.eslint.reportPaths", "eslint-report.json"
}
}


+ 1
- 1
server/sonar-vsts/build.gradle Wyświetl plik

@@ -5,7 +5,7 @@ sonarqube {
property "sonar.tests", "src/main/js"
property "sonar.test.inclusions", "src/main/js/**/__tests__/**"
property "sonar.exclusions", "src/main/js/libs/third-party/**/*,src/main/js/**/__tests__/**"
property "sonar.typescript.eslint.reportPaths", "eslint-report.json"
property "sonar.eslint.reportPaths", "eslint-report.json"
}
}


+ 1
- 1
server/sonar-web/build.gradle Wyświetl plik

@@ -5,7 +5,7 @@ sonarqube {
property "sonar.tests", "src/main/js"
property "sonar.test.inclusions", "src/main/js/**/__tests__/**"
property "sonar.exclusions", "src/main/js/**/__tests__/**"
property "sonar.typescript.eslint.reportPaths", "eslint-report.json"
property "sonar.eslint.reportPaths", "eslint-report.json"
}
}


Ładowanie…
Anuluj
Zapisz