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 361694d commit c767fca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Path to sources
sonar.sources=.
sonar.exclusions=**/*test*, **/vendor/**, **/zz_generated.*, **/*.yaml, **/test/**

# Source encoding
sonar.sourceEncoding=UTF-8

# Exclusions for copy-paste detection
sonar.cpd.exclusions=**/*test*, **/test/**

0 comments on commit c767fca

Please sign in to comment.