Skip to content

Commit

Permalink
Added sonar properties. (#193)
Browse files Browse the repository at this point in the history
Exclude samples and tests.
Set source dir.
  • Loading branch information
Siemienik committed Sep 27, 2021
1 parent 2082aa3 commit c7bac21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sonar.sources=packages
sonar.exclusions=samples/**,**/tests/**,**/*.test.ts

0 comments on commit c7bac21

Please sign in to comment.