Files
test-is/sonar-project.properties
joker 68505dbd0a
All checks were successful
SonarQube Analysis / sonarqube (push) Successful in 10s
Add SonarQube analysis workflow
2026-01-03 20:44:17 +00:00

5 lines
174 B
INI

sonar.projectKey=test-is
sonar.projectName=test-is
sonar.sources=.
sonar.exclusions=**/node_modules/**,**/vendor/**,**/.git/**,**/dist/**,**/build/**,**/*.test.*,**/*.spec.*