Skip to content

Commit

Permalink
build: add SonarCloud config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoerpenbeck committed Oct 16, 2024
1 parent f5ceed5 commit fc04be8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Path to sources
sonar.sources=\
src/

sonar.exclusions=\
src/fft-api/types/typescript-fetch-client/**

sonar.inclusions=\
src/**/*.ts

# Path to tests
sonar.tests=\
src/

# sonar.test.exclusions=

sonar.test.inclusions=\
src/**/*.test.ts

# Source encoding
# sonar.sourceEncoding=

0 comments on commit fc04be8

Please sign in to comment.