mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Add sonarcloud config
This commit is contained in:
parent
d01ae033e8
commit
4a713c4caa
@ -20,4 +20,5 @@ openapi-templates
|
||||
codecov.yml
|
||||
jest.config.cjs
|
||||
rollup.config.js
|
||||
.sonarcloud.properties
|
||||
tsconfig.json
|
||||
|
7
.sonarcloud.properties
Normal file
7
.sonarcloud.properties
Normal file
@ -0,0 +1,7 @@
|
||||
# Paths for sources
|
||||
sonar.sources = src/
|
||||
sonar.exclusions = src/**/__tests__/**/*,src/**/__helpers__/**/*,src/generated-client/**/*
|
||||
|
||||
# Paths for tests
|
||||
sonar.tests = src/
|
||||
sonar.test.inclusions = src/**/__tests__/**/*
|
Loading…
Reference in New Issue
Block a user