Skip to content

Commit

Permalink
add sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkauskas committed Nov 21, 2023
1 parent 78d99e2 commit 36cee33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ resources/oe/oeSocket.pro
*.r
.builder/**
docker/.builder/**
.scannerwork
9 changes: 9 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sonar.projectKey=probro

sonar.projectName=ProBro
sonar.projectVersion=1.0

sonar.sources=.
sonar.scm.provider=git
sonar.exclusions=node_modules/**, out/**, build/**, builder/**

0 comments on commit 36cee33

Please sign in to comment.