Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jan 31, 2025
1 parent 8bf4b6e commit 32da412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sonar.organization=element-hq
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

sonar.sources=**/src
sonar.tests=**/*.test.ts
sonar.sources=.
sonar.tests=.
sonar.test.inclusions=**/*.test.*
sonar.exclusions=**/*.test.*
sonar.typescript.tsconfigPath=./tsconfig.json

0 comments on commit 32da412

Please sign in to comment.