Skip to content

Commit

Permalink
feat: add sonar cloud properties
Browse files Browse the repository at this point in the history
This commit Adds sonar cloud properties for better control.

Signed-off-by: Meer Sawood <[email protected]>
  • Loading branch information
Meer Sawood committed Nov 29, 2023
1 parent 72c41a8 commit 88ccacf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Path to sources
sonar.sources=.
sonar.exclusions=**/*test*, **/vendor/**, **/zz_generated.*,
# Source encoding
sonar.sourceEncoding=UTF-8

0 comments on commit 88ccacf

Please sign in to comment.