Skip to content

Commit

Permalink
chore: sonar properties (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking authored Jun 21, 2024
1 parent 8ced9d6 commit f33db85
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
19 changes: 19 additions & 0 deletions .sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
sonar.projectKey=jitar
sonar.projectName=jitar
sonar.langugage=typescript

# Path to sources
sonar.sources=packages/**/src
#sonar.exclusions=
#sonar.inclusions=

# Path to tests
sonar.tests=packages/**/test
sonar.test.exclusions=packages/**/test/_fixtures/**/*
#sonar.test.inclusions=

# Source encoding
sonar.sourceEncoding=UTF-8

# Exclusions for copy-paste detection
#sonar.cpd.exclusions=
7 changes: 0 additions & 7 deletions sonar-project.properties

This file was deleted.

0 comments on commit f33db85

Please sign in to comment.