Skip to content

Commit

Permalink
chore(#42): Add SonarCloud config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Feb 8, 2024
1 parent 8acbc93 commit 908bdda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sonar.sources=.
# Can have multiple comma-separated entries
sonar.exclusions=**/tests*/**/*

sonar.tests=.
# Can have multiple comma-separated entries
sonar.test.inclusions=**/tests*/**/*

0 comments on commit 908bdda

Please sign in to comment.