Add SonarQube workflow template

This commit is contained in:
2026-01-03 22:21:15 +00:00
parent 22abe61f70
commit 484714b81b
3 changed files with 45 additions and 0 deletions

5
sonar-project.properties Normal file
View File

@@ -0,0 +1,5 @@
# Remplacer PROJECT_NAME par le nom de votre projet
sonar.projectKey=PROJECT_NAME
sonar.projectName=PROJECT_NAME
sonar.sources=.
sonar.exclusions=**/node_modules/**,**/vendor/**,**/.git/**,**/dist/**,**/build/**,**/*.test.*,**/*.spec.*,**/coverage/**