Commit 2444a859 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Finit de configuration les sources et patterns de SonarQube.

parent 71c26ee4
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
...@@ -2,6 +2,10 @@ sonar.typescript.tsconfigPath=tsconfig.json ...@@ -2,6 +2,10 @@ sonar.typescript.tsconfigPath=tsconfig.json
sonar.sources=src sonar.sources=src
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8
sonar.inclusions=src/**/*.ts,src/**/*.tsx,src/**/*.scss
sonar.tests=src
sonar.test.inclusions=src/**/*.spec.ts
sonar.testExecutionReportPaths=reports/test-report.xml sonar.testExecutionReportPaths=reports/test-report.xml
sonar.eslint.reportPaths=reports/eslint.json sonar.eslint.reportPaths=reports/eslint.json
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment