Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QCM Pratiques métiers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
benjamin.anthonio
QCM Pratiques métiers
Commits
08037a50
Commit
08037a50
authored
2 months ago
by
tom.ryser
Browse files
Options
Downloads
Patches
Plain Diff
add sonar-project.properties
parent
f962fd80
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sonar-project.properties
+20
-0
20 additions, 0 deletions
sonar-project.properties
with
20 additions
and
0 deletions
sonar-project.properties
0 → 100644
+
20
−
0
View file @
08037a50
# Module parent (racine)
sonar.projectKey
=
QCM_pratique_metier
sonar.projectName
=
QCM Pratique Métier
sonar.projectVersion
=
1.0
# Source et tests pour les microservices
sonar.sources
=
src,microservices/auth/src,microservices/correction_qcm/src,microservices/frontend/src,microservices/helloworld/src,microservices/navigation_qcm/src,microservices/realise_qcm/src,microservices/search_qcm/src
sonar.tests
=
src,microservices/auth/src,microservices/correction_qcm/src,microservices/frontend/src,microservices/helloworld/src,microservices/navigation_qcm/src,microservices/realise_qcm/src,microservices/search_qcm/src
# Extensions de fichiers à analyser
sonar.inclusions
=
**/*.ts
# Si tu utilises des tests, spécifie ici les répertoires
sonar.test.inclusions
=
**/*Test*.ts
# Ajouter les répertoires des binaires Java pour les modules contenant des classes Java
sonar.java.binaries
=
target/classes
# Configuration de la qualité du code
sonar.sourceEncoding
=
UTF-8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment