Add SonarQube analysis workflow
All checks were successful
SonarQube Analysis / sonarqube (push) Successful in 10s

This commit is contained in:
2026-01-03 20:44:17 +00:00
commit 68505dbd0a
2 changed files with 24 additions and 0 deletions

4
sonar-project.properties Normal file
View File

@@ -0,0 +1,4 @@
sonar.projectKey=test-is
sonar.projectName=test-is
sonar.sources=.
sonar.exclusions=**/node_modules/**,**/vendor/**,**/.git/**,**/dist/**,**/build/**,**/*.test.*,**/*.spec.*