Skip to content

Commit

Permalink
added sonar props file (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoha-jamil authored Jul 18, 2024
1 parent ae67d2c commit b6b9bb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sonar.projectKey=Reloader
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.language=go

sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.analysisCache.enabled=false

0 comments on commit b6b9bb9

Please sign in to comment.