Skip to content

Commit 4c7e0e7

Browse files
Meer Sawoodjgwest
authored andcommitted
add sonar cloud properties
1 parent eae7db1 commit 4c7e0e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.sonarcloud.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Path to sources
2+
sonar.sources=.
3+
sonar.exclusions=**/*test*, **/vendor/**, **/zz_generated.*, **/*.yaml, **/test/**
4+
5+
# Source encoding
6+
sonar.sourceEncoding=UTF-8
7+
8+
# Exclusions for copy-paste detection
9+
sonar.cpd.exclusions=**/*test*, **/test/**

0 commit comments

Comments
 (0)