You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.6 KiB
35 lines
1.6 KiB
sonar.host.url=https://sonarqube.naser.fr/
|
|
sonar.projectKey=david:guitar-apps
|
|
sonar.projectName=Apps Guitar School
|
|
sonar.projectVersion=0.1.0-SNAPSHOT
|
|
|
|
# =====================================================
|
|
# Meta-data for the project
|
|
# =====================================================
|
|
|
|
sonar.links.homepage=https://gitea.naser.fr/sebsn86/nx-guitar-school
|
|
sonar.links.ci=https://teamcity.naser.fr/buildConfiguration/NxGuitarSchool_GuitarSchool?mode=builds#all-projects
|
|
sonar.links.issues=https://gitea.naser.fr/sebsn86/nx-guitar-school/issues
|
|
|
|
# =====================================================
|
|
# Definition of the modules
|
|
# =====================================================
|
|
|
|
sonar.modules=website
|
|
|
|
website.sonar.projectName=NextJS Guitar School
|
|
|
|
# =====================================================
|
|
# Properties that will be shared amongst all modules
|
|
# =====================================================
|
|
|
|
# Website properties
|
|
website.sonar.projectBaseDir=./website
|
|
website.sonar.sources=./
|
|
website.sonar.exclusions=**/.next/**/.coverage/,**/.eslintrc.json,**/index.d.ts,**/jest.config.ts,**/next.config.js,**/postcss.config.js,**/tailwind.config.js,**/with-nx.js,**/*.css,**/*.scss,**/*.spec.ts,**/*.spec.tsx
|
|
website.sonar.coverage.exclusions=**/.next/**/.coverage,**/.eslintrc.json,**/index.d.ts,**/jest.**/config.ts,**/next.config.js,**/postcss.config.js,**/tailwind.config.js,**/with-nx.js,**/*.css,**/*.scss
|
|
website.sonar.language=ts
|
|
website.sonar.tests=./tests
|
|
website.sonar.javascript.lcov.reportPaths=./coverage/lcov.info
|
|
website.sonar.sourceEncoding=UTF-8
|