Add sonar project properties

This commit is contained in:
Bill Thornton 2023-10-11 11:54:33 -04:00
parent 6a8846ba88
commit f39c70a0df

View File

@ -1,3 +1,6 @@
sonar.projectKey=jellyfin_jellyfin-sdk-typescript
sonar.organization=jellyfin
# Paths for sources
sonar.sources = src/
sonar.exclusions = src/**/__tests__/**/*,src/**/__helpers__/**/*,src/generated-client/**/*